Color Hex Logo

#cc9952 Color Hex

#CC9952
(204,153,82)
0 Favorites   0 Comments

Color spaces of #cc9952

RGB 20415382
HSL0.100.540.56
HSV35°60°80°
CMYK 0.000.250.60   0.20
XYZ37.816136.229012.9824
Yxy36.22900.43450.4163
Hunter Lab60.19056.813329.3452
CIE-Lab66.694511.305344.1390

#cc9952 color RGB value is (204,153,82).

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

The process color (four color CMYK) of #cc9952 color hex is 0.00, 0.25, 0.60, 0.20. Web safe color of #cc9952 is #cc9966. Color #cc9952 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011001 01010010
Octal 314 231 122
Decimal 204 153 82
Hex CC 99 52

RGB Percentages of Color #cc9952

%46.47
%34.85
%18.68

CMYK Percentages of Color #cc9952

%0
%25
%60
%20

Triadic Colors of #cc9952

#cc9952 #52cc99 #9952cc

Analogous Colors of #cc9952

#cc9952 #c2cc52 #cc5c52

Monochromatic Colors of #cc9952

#cc9952

Complementary Color

#cc9952 #5285cc

#cc9952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc9952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc9952 Color CSS Codes

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

#cc9952 Text Font Color

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

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


#cc9952 Background Color

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

This div background color is #cc9952


#cc9952 Border Color

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

This div border color is #cc9952


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc9952


Comments

No comments written yet.

Please login to write comment.