Color Hex Logo

#cc733f Color Hex

#CC733F
(204,115,63)
0 Favorites   0 Comments

Color spaces of #cc733f

RGB 20411563
HSL0.060.580.52
HSV22°69°80°
CMYK 0.000.440.69   0.20
XYZ31.929825.45777.9336
Yxy25.45770.48880.3897
Hunter Lab50.455624.662725.9962
CIE-Lab57.518730.690143.2217

#cc733f color RGB value is (204,115,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110011 00111111
Octal 314 163 77
Decimal 204 115 63
Hex CC 73 3F

RGB Percentages of Color #cc733f

%53.40
%30.10
%16.49

CMYK Percentages of Color #cc733f

%0
%44
%69
%20

Triadic Colors of #cc733f

#cc733f #3fcc73 #733fcc

Analogous Colors of #cc733f

#cc733f #ccba3f #cc3f52

Monochromatic Colors of #cc733f

#cc733f

Complementary Color

#cc733f #3f98cc

#cc733f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc733f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc733f Color CSS Codes

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

#cc733f Text Font Color

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

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


#cc733f Background Color

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

This div background color is #cc733f


#cc733f Border Color

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

This div border color is #cc733f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc733f


Comments

No comments written yet.

Please login to write comment.