Color Hex Logo

#c9666d Color Hex

#C9666D
(201,102,109)
0 Favorites   0 Comments

Color spaces of #c9666d

RGB 201102109
HSL0.990.480.59
HSV356°49°79°
CMYK 0.000.490.46   0.21
XYZ31.599123.024417.2467
Yxy23.02440.43970.3204
Hunter Lab47.983733.577412.2781
CIE-Lab55.097539.922214.3690

#c9666d color RGB value is (201,102,109).

#c9666d hex color red value is 201, green value is 102 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #c9666d hue: 0.99 , saturation: 0.48 and the lightness value of c9666d is 0.59.

The process color (four color CMYK) of #c9666d color hex is 0.00, 0.49, 0.46, 0.21. Web safe color of #c9666d is #cc6666. Color #c9666d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100110 01101101
Octal 311 146 155
Decimal 201 102 109
Hex C9 66 6D

RGB Percentages of Color #c9666d

%48.79
%24.76
%26.46

CMYK Percentages of Color #c9666d

%0
%49
%46
%21

Triadic Colors of #c9666d

#c9666d #6dc966 #666dc9

Analogous Colors of #c9666d

#c9666d #c99166 #c9669f

Monochromatic Colors of #c9666d

#c9666d

Complementary Color

#c9666d #66c9c2

#c9666d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9666d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9666d Color CSS Codes

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

#c9666d Text Font Color

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

This sample text font color is #c9666d
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.


#c9666d Background Color

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

This div background color is #c9666d


#c9666d Border Color

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

This div border color is #c9666d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9666d


Comments

No comments written yet.

Please login to write comment.