Color Hex Logo

#cc992d Color Hex

#CC992D
(204,153,45)
0 Favorites   0 Comments

Color spaces of #cc992d

RGB 20415345
HSL0.110.640.49
HSV41°78°80°
CMYK 0.000.250.78   0.20
XYZ36.766735.80937.4567
Yxy35.80930.45940.4474
Hunter Lab59.84094.950334.5006
CIE-Lab66.37409.253560.1979

#cc992d color RGB value is (204,153,45).

#cc992d hex color red value is 204, green value is 153 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #cc992d hue: 0.11 , saturation: 0.64 and the lightness value of cc992d is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011001 00101101
Octal 314 231 55
Decimal 204 153 45
Hex CC 99 2D

RGB Percentages of Color #cc992d

%50.75
%38.06
%11.19

CMYK Percentages of Color #cc992d

%0
%25
%78
%20

Triadic Colors of #cc992d

#cc992d #2dcc99 #992dcc

Analogous Colors of #cc992d

#cc992d #b0cc2d #cc4a2d

Monochromatic Colors of #cc992d

#cc992d

Complementary Color

#cc992d #2d60cc

#cc992d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc992d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc992d Color CSS Codes

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

#cc992d Text Font Color

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

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


#cc992d Background Color

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

This div background color is #cc992d


#cc992d Border Color

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

This div border color is #cc992d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc992d


Comments

No comments written yet.

Please login to write comment.