Color Hex Logo

#cc994d Color Hex

#CC994D
(204,153,77)
0 Favorites   0 Comments

Color spaces of #cc994d

RGB 20415377
HSL0.100.550.55
HSV36°62°80°
CMYK 0.000.250.62   0.20
XYZ37.632636.155712.0165
Yxy36.15570.43860.4214
Hunter Lab60.12966.488830.2420
CIE-Lab66.638710.950146.5473

#cc994d color RGB value is (204,153,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011001 01001101
Octal 314 231 115
Decimal 204 153 77
Hex CC 99 4D

RGB Percentages of Color #cc994d

%47.00
%35.25
%17.74

CMYK Percentages of Color #cc994d

%0
%25
%62
%20

Triadic Colors of #cc994d

#cc994d #4dcc99 #994dcc

Analogous Colors of #cc994d

#cc994d #c0cc4d #cc5a4d

Monochromatic Colors of #cc994d

#cc994d

Complementary Color

#cc994d #4d80cc

#cc994d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc994d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc994d Color CSS Codes

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

#cc994d Text Font Color

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

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


#cc994d Background Color

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

This div background color is #cc994d


#cc994d Border Color

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

This div border color is #cc994d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc994d


Comments

No comments written yet.

Please login to write comment.