Color Hex Logo

#cd795c Color Hex

#CD795C
(205,121,92)
0 Favorites   0 Comments

Color spaces of #cd795c

RGB 20512192
HSL0.040.530.58
HSV15°55°80°
CMYK 0.000.410.55   0.20
XYZ33.946027.426613.6299
Yxy27.42660.45260.3657
Hunter Lab52.370424.053821.2285
CIE-Lab59.367129.889829.8955

#cd795c color RGB value is (205,121,92).

#cd795c hex color red value is 205, green value is 121 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #cd795c hue: 0.04 , saturation: 0.53 and the lightness value of cd795c is 0.58.

The process color (four color CMYK) of #cd795c color hex is 0.00, 0.41, 0.55, 0.20. Web safe color of #cd795c is #cc6666. Color #cd795c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01111001 01011100
Octal 315 171 134
Decimal 205 121 92
Hex CD 79 5C

RGB Percentages of Color #cd795c

%49.04
%28.95
%22.01

CMYK Percentages of Color #cd795c

%0
%41
%55
%20

Triadic Colors of #cd795c

#cd795c #5ccd79 #795ccd

Analogous Colors of #cd795c

#cd795c #cdb25c #cd5c78

Monochromatic Colors of #cd795c

#cd795c

Complementary Color

#cd795c #5cb0cd

#cd795c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd795c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd795c Color CSS Codes

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

#cd795c Text Font Color

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

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


#cd795c Background Color

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

This div background color is #cd795c


#cd795c Border Color

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

This div border color is #cd795c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,121,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cd795c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cd795c;
  -webkit-box-shadow: 1px 1px 3px 2px #cd795c;
  box-shadow:         1px 1px 3px 2px #cd795c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,121,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd795c


Comments

No comments written yet.

Please login to write comment.