Color Hex Logo

#cc672c Color Hex

#CC672C
(204,103,44)
0 Favorites   0 Comments

Color spaces of #cc672c

RGB 20410344
HSL0.060.650.49
HSV22°78°80°
CMYK 0.000.500.78   0.20
XYZ30.206722.71975.1761
Yxy22.71970.51990.3910
Hunter Lab47.665229.706126.9272
CIE-Lab54.782436.115849.5877

#cc672c color RGB value is (204,103,44).

#cc672c hex color red value is 204, green value is 103 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #cc672c hue: 0.06 , saturation: 0.65 and the lightness value of cc672c is 0.49.

The process color (four color CMYK) of #cc672c color hex is 0.00, 0.50, 0.78, 0.20. Web safe color of #cc672c is #cc6633. Color #cc672c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100111 00101100
Octal 314 147 54
Decimal 204 103 44
Hex CC 67 2C

RGB Percentages of Color #cc672c

%58.12
%29.34
%12.54

CMYK Percentages of Color #cc672c

%0
%50
%78
%20

Triadic Colors of #cc672c

#cc672c #2ccc67 #672ccc

Analogous Colors of #cc672c

#cc672c #ccb72c #cc2c41

Monochromatic Colors of #cc672c

#cc672c

Complementary Color

#cc672c #2c91cc

#cc672c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc672c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc672c Color CSS Codes

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

#cc672c Text Font Color

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

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


#cc672c Background Color

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

This div background color is #cc672c


#cc672c Border Color

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

This div border color is #cc672c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc672c


Comments

No comments written yet.

Please login to write comment.