color codes Logo

#c7669c color codes

#C7669C
(199,102,156)
0 Favorites   0 Comments

Color spaces of #c7669c

RGB 199102156
HSL0.910.460.59
HSV327°49°78°
CMYK 0.000.490.22   0.22
XYZ34.305324.045234.2856
Yxy24.04520.37030.2596
Hunter Lab49.035939.0650-7.1301
CIE-Lab56.133045.0771-11.6980

#c7669c color RGB value is (199,102,156).

#c7669c hex color red value is 199, green value is 102 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #c7669c hue: 0.91 , saturation: 0.46 and the lightness value of c7669c is 0.59.

The process color (four color CMYK) of #c7669c color code is 0.00, 0.49, 0.22, 0.22. Web safe color of #c7669c is #cc6699. Color #c7669c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100110 10011100
Octal 307 146 234
Decimal 199 102 156
Hex C7 66 9C

RGB Percentages of Color #c7669c

%43.54
%22.32
%34.14

CMYK Percentages of Color #c7669c

%0
%49
%22
%22

Triadic Colors of #c7669c

#c7669c #9cc766 #669cc7

Analogous Colors of #c7669c

#c7669c #c7666c #c266c7

Monochromatic Colors of #c7669c

#c7669c

Complementary Color

#c7669c #66c791

#c7669c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7669c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7669c Color CSS Codes

.mybgcolor {background-color:#c7669c; } 
.myforecolor {color:#c7669c; }
.mybordercolor {border:3px solid #c7669c; }

#c7669c Text Font Color

<p style="color:#c7669c">Text here</p>

This sample text font color is #c7669c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c7669c Background Color

<div style="background-color:#c7669c">
Div content here</div>

This div background color is #c7669c


#c7669c Border Color

<div style="border:3px solid #c7669c">
Div here</div>

This div border color is #c7669c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,102,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c7669c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c7669c;
  -webkit-box-shadow: 1px 1px 3px 2px #c7669c;
  box-shadow:         1px 1px 3px 2px #c7669c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,102,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c7669c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c7669c;
  -webkit-box-shadow: 1px 1px 3px 2px #c7669c;
  box-shadow:         1px 1px 3px 2px #c7669c;">
Div content here</div>

This div box has shadow with color #c7669c


Comments

No comments written yet.

Please login to write comment.