Color Hex Logo

#c99785 Color Hex

#C99785
(201,151,133)
0 Favorites   0 Comments

Color spaces of #c99785

RGB 201151133
HSL0.040.390.65
HSV16°34°79°
CMYK 0.000.250.34   0.21
XYZ39.387636.244227.1102
Yxy36.24420.38340.3528
Hunter Lab60.203211.427215.4432
CIE-Lab66.706116.280616.7754

#c99785 color RGB value is (201,151,133).

#c99785 hex color red value is 201, green value is 151 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #c99785 hue: 0.04 , saturation: 0.39 and the lightness value of c99785 is 0.65.

The process color (four color CMYK) of #c99785 color hex is 0.00, 0.25, 0.34, 0.21. Web safe color of #c99785 is #cc9999. Color #c99785 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010111 10000101
Octal 311 227 205
Decimal 201 151 133
Hex C9 97 85

RGB Percentages of Color #c99785

%41.44
%31.13
%27.42

CMYK Percentages of Color #c99785

%0
%25
%34
%21

Triadic Colors of #c99785

#c99785 #85c997 #9785c9

Analogous Colors of #c99785

#c99785 #c9b985 #c98595

Monochromatic Colors of #c99785

#c99785

Complementary Color

#c99785 #85b7c9

#c99785 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99785 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99785 Color CSS Codes

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

#c99785 Text Font Color

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

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


#c99785 Background Color

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

This div background color is #c99785


#c99785 Border Color

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

This div border color is #c99785


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99785


Comments

No comments written yet.

Please login to write comment.