Color Hex Logo

#cc844d Color Hex

#CC844D
(204,132,77)
0 Favorites   0 Comments

Color spaces of #cc844d

RGB 20413277
HSL0.070.550.55
HSV26°62°80°
CMYK 0.000.350.62   0.20
XYZ34.492729.875710.9698
Yxy29.87570.45780.3966
Hunter Lab54.658716.990926.3618
CIE-Lab61.546822.388840.6386

#cc844d color RGB value is (204,132,77).

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

The process color (four color CMYK) of #cc844d color hex is 0.00, 0.35, 0.62, 0.20. Web safe color of #cc844d is #cc9966. Color #cc844d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10000100 01001101
Octal 314 204 115
Decimal 204 132 77
Hex CC 84 4D

RGB Percentages of Color #cc844d

%49.39
%31.96
%18.64

CMYK Percentages of Color #cc844d

%0
%35
%62
%20

Triadic Colors of #cc844d

#cc844d #4dcc84 #844dcc

Analogous Colors of #cc844d

#cc844d #ccc44d #cc4d56

Monochromatic Colors of #cc844d

#cc844d

Complementary Color

#cc844d #4d95cc

#cc844d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc844d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc844d Color CSS Codes

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

#cc844d Text Font Color

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

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


#cc844d Background Color

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

This div background color is #cc844d


#cc844d Border Color

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

This div border color is #cc844d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc844d


Comments

No comments written yet.

Please login to write comment.