Color Hex Logo

#cc832b Color Hex

#CC832B
(204,131,43)
0 Favorites   0 Comments

Color spaces of #cc832b

RGB 20413143
HSL0.090.650.48
HSV33°79°80°
CMYK 0.000.360.79   0.20
XYZ33.454229.24446.1670
Yxy29.24440.48580.4247
Hunter Lab54.078115.788431.0933
CIE-Lab60.996721.144255.9459

#cc832b color RGB value is (204,131,43).

#cc832b hex color red value is 204, green value is 131 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #cc832b hue: 0.09 , saturation: 0.65 and the lightness value of cc832b is 0.48.

The process color (four color CMYK) of #cc832b color hex is 0.00, 0.36, 0.79, 0.20. Web safe color of #cc832b is #cc9933. Color #cc832b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000011 00101011
Octal 314 203 53
Decimal 204 131 43
Hex CC 83 2B

RGB Percentages of Color #cc832b

%53.97
%34.66
%11.38

CMYK Percentages of Color #cc832b

%0
%36
%79
%20

Triadic Colors of #cc832b

#cc832b #2bcc83 #832bcc

Analogous Colors of #cc832b

#cc832b #c5cc2b #cc332b

Monochromatic Colors of #cc832b

#cc832b

Complementary Color

#cc832b #2b74cc

#cc832b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc832b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc832b Color CSS Codes

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

#cc832b Text Font Color

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

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


#cc832b Background Color

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

This div background color is #cc832b


#cc832b Border Color

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

This div border color is #cc832b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc832b


Comments

No comments written yet.

Please login to write comment.