Color Hex Logo

#c99868 Color Hex

#C99868
(201,152,104)
0 Favorites   0 Comments

Color spaces of #c99868

RGB 201152104
HSL0.080.470.60
HSV30°48°79°
CMYK 0.000.240.48   0.21
XYZ37.814335.873518.0279
Yxy35.87350.41230.3911
Hunter Lab59.89457.880424.0802
CIE-Lab66.423212.469232.2863

#c99868 color RGB value is (201,152,104).

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

The process color (four color CMYK) of #c99868 color hex is 0.00, 0.24, 0.48, 0.21. Web safe color of #c99868 is #cc9966. Color #c99868 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011000 01101000
Octal 311 230 150
Decimal 201 152 104
Hex C9 98 68

RGB Percentages of Color #c99868

%43.98
%33.26
%22.76

CMYK Percentages of Color #c99868

%0
%24
%48
%21

Triadic Colors of #c99868

#c99868 #68c998 #9868c9

Analogous Colors of #c99868

#c99868 #c9c968 #c96869

Monochromatic Colors of #c99868

#c99868

Complementary Color

#c99868 #6899c9

#c99868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99868 Color CSS Codes

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

#c99868 Text Font Color

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

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


#c99868 Background Color

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

This div background color is #c99868


#c99868 Border Color

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

This div border color is #c99868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99868


Comments

No comments written yet.

Please login to write comment.