Color Hex Logo

#c99870 Color Hex

#C99870
(201,152,112)
0 Favorites   0 Comments

Color spaces of #c99870

RGB 201152112
HSL0.070.450.61
HSV27°44°79°
CMYK 0.000.240.44   0.21
XYZ38.240336.043820.2709
Yxy36.04380.40440.3812
Hunter Lab60.03658.631922.0067
CIE-Lab66.553413.283728.1330

#c99870 color RGB value is (201,152,112).

#c99870 hex color red value is 201, green value is 152 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #c99870 hue: 0.07 , saturation: 0.45 and the lightness value of c99870 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011000 01110000
Octal 311 230 160
Decimal 201 152 112
Hex C9 98 70

RGB Percentages of Color #c99870

%43.23
%32.69
%24.09

CMYK Percentages of Color #c99870

%0
%24
%44
%21

Triadic Colors of #c99870

#c99870 #70c998 #9870c9

Analogous Colors of #c99870

#c99870 #c9c570 #c97075

Monochromatic Colors of #c99870

#c99870

Complementary Color

#c99870 #70a1c9

#c99870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99870 Color CSS Codes

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

#c99870 Text Font Color

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

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


#c99870 Background Color

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

This div background color is #c99870


#c99870 Border Color

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

This div border color is #c99870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99870


Comments

No comments written yet.

Please login to write comment.