Color Hex Logo

#cc863a Color Hex

#CC863A
(204,134,58)
0 Favorites   0 Comments

Color spaces of #cc863a

RGB 20413458
HSL0.090.590.51
HSV31°72°80°
CMYK 0.000.340.72   0.20
XYZ34.190730.19318.0288
Yxy30.19310.47220.4170
Hunter Lab54.948214.909429.8006
CIE-Lab61.820520.165450.3058

#cc863a color RGB value is (204,134,58).

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

The process color (four color CMYK) of #cc863a color hex is 0.00, 0.34, 0.72, 0.20. Web safe color of #cc863a is #cc9933. Color #cc863a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000110 00111010
Octal 314 206 72
Decimal 204 134 58
Hex CC 86 3A

RGB Percentages of Color #cc863a

%51.52
%33.84
%14.65

CMYK Percentages of Color #cc863a

%0
%34
%72
%20

Triadic Colors of #cc863a

#cc863a #3acc86 #863acc

Analogous Colors of #cc863a

#cc863a #c9cc3a #cc3d3a

Monochromatic Colors of #cc863a

#cc863a

Complementary Color

#cc863a #3a80cc

#cc863a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc863a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc863a Color CSS Codes

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

#cc863a Text Font Color

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

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


#cc863a Background Color

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

This div background color is #cc863a


#cc863a Border Color

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

This div border color is #cc863a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc863a


Comments

No comments written yet.

Please login to write comment.