Color Hex Logo

#c9686a Color Hex

#C9686A
(201,104,106)
0 Favorites   0 Comments

Color spaces of #c9686a

RGB 201104106
HSL1.000.470.60
HSV359°48°79°
CMYK 0.000.480.47   0.21
XYZ31.639223.358716.4768
Yxy23.35870.44270.3268
Hunter Lab48.330832.273913.6186
CIE-Lab55.439938.592616.5942

#c9686a color RGB value is (201,104,106).

#c9686a hex color red value is 201, green value is 104 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #c9686a hue: 1.00 , saturation: 0.47 and the lightness value of c9686a is 0.60.

The process color (four color CMYK) of #c9686a color hex is 0.00, 0.48, 0.47, 0.21. Web safe color of #c9686a is #cc6666. Color #c9686a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101000 01101010
Octal 311 150 152
Decimal 201 104 106
Hex C9 68 6A

RGB Percentages of Color #c9686a

%48.91
%25.30
%25.79

CMYK Percentages of Color #c9686a

%0
%48
%47
%21

Triadic Colors of #c9686a

#c9686a #6ac968 #686ac9

Analogous Colors of #c9686a

#c9686a #c99768 #c9689b

Monochromatic Colors of #c9686a

#c9686a

Complementary Color

#c9686a #68c9c7

#c9686a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9686a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9686a Color CSS Codes

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

#c9686a Text Font Color

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

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


#c9686a Background Color

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

This div background color is #c9686a


#c9686a Border Color

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

This div border color is #c9686a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9686a


Comments

No comments written yet.

Please login to write comment.