Color Hex Logo

#cc733a Color Hex

#CC733A
(204,115,58)
0 Favorites   0 Comments

Color spaces of #cc733a

RGB 20411558
HSL0.070.590.51
HSV23°72°80°
CMYK 0.000.440.72   0.20
XYZ31.796325.40437.2307
Yxy25.40430.49350.3943
Hunter Lab50.402724.401226.7762
CIE-Lab57.467230.426745.6767

#cc733a color RGB value is (204,115,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110011 00111010
Octal 314 163 72
Decimal 204 115 58
Hex CC 73 3A

RGB Percentages of Color #cc733a

%54.11
%30.50
%15.38

CMYK Percentages of Color #cc733a

%0
%44
%72
%20

Triadic Colors of #cc733a

#cc733a #3acc73 #733acc

Analogous Colors of #cc733a

#cc733a #ccbc3a #cc3a4a

Monochromatic Colors of #cc733a

#cc733a

Complementary Color

#cc733a #3a93cc

#cc733a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc733a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc733a Color CSS Codes

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

#cc733a Text Font Color

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

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


#cc733a Background Color

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

This div background color is #cc733a


#cc733a Border Color

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

This div border color is #cc733a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc733a


Comments

No comments written yet.

Please login to write comment.