Color Hex Logo

#cc8137 Color Hex

#CC8137
(204,129,55)
0 Favorites   0 Comments

Color spaces of #cc8137

RGB 20412955
HSL0.080.590.51
HSV30°73°80°
CMYK 0.000.370.73   0.20
XYZ33.441728.81377.4135
Yxy28.81370.48000.4136
Hunter Lab53.678417.268529.3864
CIE-Lab60.616922.737550.4302

#cc8137 color RGB value is (204,129,55).

#cc8137 hex color red value is 204, green value is 129 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #cc8137 hue: 0.08 , saturation: 0.59 and the lightness value of cc8137 is 0.51.

The process color (four color CMYK) of #cc8137 color hex is 0.00, 0.37, 0.73, 0.20. Web safe color of #cc8137 is #cc9933. Color #cc8137 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000001 00110111
Octal 314 201 67
Decimal 204 129 55
Hex CC 81 37

RGB Percentages of Color #cc8137

%52.58
%33.25
%14.18

CMYK Percentages of Color #cc8137

%0
%37
%73
%20

Triadic Colors of #cc8137

#cc8137 #37cc81 #8137cc

Analogous Colors of #cc8137

#cc8137 #cccc37 #cc3737

Monochromatic Colors of #cc8137

#cc8137

Complementary Color

#cc8137 #3782cc

#cc8137 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8137 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8137 Color CSS Codes

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

#cc8137 Text Font Color

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

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


#cc8137 Background Color

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

This div background color is #cc8137


#cc8137 Border Color

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

This div border color is #cc8137


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,129,55, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cc8137; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cc8137;
  -webkit-box-shadow: 1px 1px 3px 2px #cc8137;
  box-shadow:         1px 1px 3px 2px #cc8137; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,129,55, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8137


Comments

No comments written yet.

Please login to write comment.