Color Hex Logo

#c9665d Color Hex

#C9665D
(201,102,93)
0 Favorites   0 Comments

Color spaces of #c9665d

RGB 20110293
HSL0.010.500.58
HSV54°79°
CMYK 0.000.490.54   0.21
XYZ30.814522.710613.1154
Yxy22.71060.46240.3408
Hunter Lab47.655632.022117.0416
CIE-Lab54.773038.429923.2496

#c9665d color RGB value is (201,102,93).

#c9665d hex color red value is 201, green value is 102 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #c9665d hue: 0.01 , saturation: 0.50 and the lightness value of c9665d is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01100110 01011101
Octal 311 146 135
Decimal 201 102 93
Hex C9 66 5D

RGB Percentages of Color #c9665d

%50.76
%25.76
%23.48

CMYK Percentages of Color #c9665d

%0
%49
%54
%21

Triadic Colors of #c9665d

#c9665d #5dc966 #665dc9

Analogous Colors of #c9665d

#c9665d #c99c5d #c95d8a

Monochromatic Colors of #c9665d

#c9665d

Complementary Color

#c9665d #5dc0c9

#c9665d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9665d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9665d Color CSS Codes

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

#c9665d Text Font Color

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

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


#c9665d Background Color

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

This div background color is #c9665d


#c9665d Border Color

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

This div border color is #c9665d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9665d


Comments

No comments written yet.

Please login to write comment.