Color Hex Logo

#cc993d Color Hex

#CC993D
(204,153,61)
0 Favorites   0 Comments

Color spaces of #cc993d

RGB 20415361
HSL0.110.580.52
HSV39°70°80°
CMYK 0.000.250.70   0.20
XYZ37.135435.95689.3980
Yxy35.95680.45020.4359
Hunter Lab59.96405.607232.6824
CIE-Lab66.48699.980453.8318

#cc993d color RGB value is (204,153,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011001 00111101
Octal 314 231 75
Decimal 204 153 61
Hex CC 99 3D

RGB Percentages of Color #cc993d

%48.80
%36.60
%14.59

CMYK Percentages of Color #cc993d

%0
%25
%70
%20

Triadic Colors of #cc993d

#cc993d #3dcc99 #993dcc

Analogous Colors of #cc993d

#cc993d #b8cc3d #cc513d

Monochromatic Colors of #cc993d

#cc993d

Complementary Color

#cc993d #3d70cc

#cc993d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc993d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc993d Color CSS Codes

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

#cc993d Text Font Color

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

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


#cc993d Background Color

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

This div background color is #cc993d


#cc993d Border Color

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

This div border color is #cc993d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc993d


Comments

No comments written yet.

Please login to write comment.