Color Hex Logo

#cc9944 Color Hex

#CC9944
(204,153,68)
0 Favorites   0 Comments

Color spaces of #cc9944

RGB 20415368
HSL0.100.570.53
HSV38°67°80°
CMYK 0.000.250.67   0.20
XYZ37.336536.037210.4569
Yxy36.03720.44540.4299
Hunter Lab60.03105.964531.6939
CIE-Lab66.548310.374250.7355

#cc9944 color RGB value is (204,153,68). This hex color code is also a web safe color which is equal to #C94.

#cc9944 hex color red value is 204, green value is 153 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #cc9944 hue: 0.10 , saturation: 0.57 and the lightness value of cc9944 is 0.53.

The process color (four color CMYK) of #cc9944 color hex is 0.00, 0.25, 0.67, 0.20. Web safe color of #cc9944 is #cc9933. Color #cc9944 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011001 01000100
Octal 314 231 104
Decimal 204 153 68
Hex CC 99 44

RGB Percentages of Color #cc9944

%48.00
%36.00
%16.00

CMYK Percentages of Color #cc9944

%0
%25
%67
%20

Triadic Colors of #cc9944

#cc9944 #44cc99 #9944cc

Analogous Colors of #cc9944

#cc9944 #bbcc44 #cc5544

Monochromatic Colors of #cc9944

#cc9944

Complementary Color

#cc9944 #4477cc

#cc9944 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc9944 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc9944 Color CSS Codes

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

#cc9944 Text Font Color

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

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


#cc9944 Background Color

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

This div background color is #cc9944


#cc9944 Border Color

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

This div border color is #cc9944


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc9944


Comments

No comments written yet.

Please login to write comment.