Color Hex Logo

#cc6d33 Color Hex

#CC6D33
(204,109,51)
0 Favorites   0 Comments

Color spaces of #cc6d33

RGB 20410951
HSL0.060.600.50
HSV23°75°80°
CMYK 0.000.470.75   0.20
XYZ30.968024.01376.1349
Yxy24.01370.50670.3929
Hunter Lab49.003827.046726.8800
CIE-Lab56.101533.272947.6394

#cc6d33 color RGB value is (204,109,51).

#cc6d33 hex color red value is 204, green value is 109 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #cc6d33 hue: 0.06 , saturation: 0.60 and the lightness value of cc6d33 is 0.50.

The process color (four color CMYK) of #cc6d33 color hex is 0.00, 0.47, 0.75, 0.20. Web safe color of #cc6d33 is #cc6633. Color #cc6d33 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101101 00110011
Octal 314 155 63
Decimal 204 109 51
Hex CC 6D 33

RGB Percentages of Color #cc6d33

%56.04
%29.95
%14.01

CMYK Percentages of Color #cc6d33

%0
%47
%75
%20

Triadic Colors of #cc6d33

#cc6d33 #33cc6d #6d33cc

Analogous Colors of #cc6d33

#cc6d33 #ccba33 #cc3346

Monochromatic Colors of #cc6d33

#cc6d33

Complementary Color

#cc6d33 #3392cc

#cc6d33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc6d33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc6d33 Color CSS Codes

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

#cc6d33 Text Font Color

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

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


#cc6d33 Background Color

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

This div background color is #cc6d33


#cc6d33 Border Color

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

This div border color is #cc6d33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc6d33


Comments

No comments written yet.

Please login to write comment.