Color Hex Logo

#cc733c Color Hex

#CC733C
(204,115,60)
0 Favorites   0 Comments

Color spaces of #cc733c

RGB 20411560
HSL0.060.590.52
HSV23°71°80°
CMYK 0.000.440.71   0.20
XYZ31.848225.42517.5039
Yxy25.42510.49170.3925
Hunter Lab50.423324.502826.4729
CIE-Lab57.487330.529044.7038

#cc733c color RGB value is (204,115,60).

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

The process color (four color CMYK) of #cc733c color hex is 0.00, 0.44, 0.71, 0.20. Web safe color of #cc733c is #cc6633. Color #cc733c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110011 00111100
Octal 314 163 74
Decimal 204 115 60
Hex CC 73 3C

RGB Percentages of Color #cc733c

%53.83
%30.34
%15.83

CMYK Percentages of Color #cc733c

%0
%44
%71
%20

Triadic Colors of #cc733c

#cc733c #3ccc73 #733ccc

Analogous Colors of #cc733c

#cc733c #ccbb3c #cc3c4d

Monochromatic Colors of #cc733c

#cc733c

Complementary Color

#cc733c #3c95cc

#cc733c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc733c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc733c Color CSS Codes

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

#cc733c Text Font Color

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

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


#cc733c Background Color

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

This div background color is #cc733c


#cc733c Border Color

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

This div border color is #cc733c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc733c


Comments

No comments written yet.

Please login to write comment.