Color Hex Logo

#cc844b Color Hex

#CC844B
(204,132,75)
0 Favorites   0 Comments

Color spaces of #cc844b

RGB 20413275
HSL0.070.560.55
HSV27°63°80°
CMYK 0.000.350.63   0.20
XYZ34.423129.847910.6035
Yxy29.84790.45970.3986
Hunter Lab54.633216.860426.7360
CIE-Lab61.522822.252541.6447

#cc844b color RGB value is (204,132,75).

#cc844b hex color red value is 204, green value is 132 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #cc844b hue: 0.07 , saturation: 0.56 and the lightness value of cc844b is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000100 01001011
Octal 314 204 113
Decimal 204 132 75
Hex CC 84 4B

RGB Percentages of Color #cc844b

%49.64
%32.12
%18.25

CMYK Percentages of Color #cc844b

%0
%35
%63
%20

Triadic Colors of #cc844b

#cc844b #4bcc84 #844bcc

Analogous Colors of #cc844b

#cc844b #ccc54b #cc4b52

Monochromatic Colors of #cc844b

#cc844b

Complementary Color

#cc844b #4b93cc

#cc844b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc844b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc844b Color CSS Codes

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

#cc844b Text Font Color

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

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


#cc844b Background Color

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

This div background color is #cc844b


#cc844b Border Color

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

This div border color is #cc844b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc844b


Comments

No comments written yet.

Please login to write comment.