Color Hex Logo

#cc843b Color Hex

#CC843B
(204,132,59)
0 Favorites   0 Comments

Color spaces of #cc843b

RGB 20413259
HSL0.080.590.52
HSV30°71°80°
CMYK 0.000.350.71   0.20
XYZ33.942529.65578.0728
Yxy29.65570.47360.4138
Hunter Lab54.457015.957329.3307
CIE-Lab61.356021.304849.3520

#cc843b color RGB value is (204,132,59).

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

The process color (four color CMYK) of #cc843b color hex is 0.00, 0.35, 0.71, 0.20. Web safe color of #cc843b is #cc9933. Color #cc843b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000100 00111011
Octal 314 204 73
Decimal 204 132 59
Hex CC 84 3B

RGB Percentages of Color #cc843b

%51.65
%33.42
%14.94

CMYK Percentages of Color #cc843b

%0
%35
%71
%20

Triadic Colors of #cc843b

#cc843b #3bcc84 #843bcc

Analogous Colors of #cc843b

#cc843b #cccc3b #cc3b3b

Monochromatic Colors of #cc843b

#cc843b

Complementary Color

#cc843b #3b83cc

#cc843b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc843b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc843b Color CSS Codes

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

#cc843b Text Font Color

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

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


#cc843b Background Color

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

This div background color is #cc843b


#cc843b Border Color

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

This div border color is #cc843b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc843b

#cc843b Color Palettes


Comments

No comments written yet.

Please login to write comment.