Color Hex Logo

#cc954d Color Hex

#CC954D
(204,149,77)
0 Favorites   0 Comments

Color spaces of #cc954d

RGB 20414977
HSL0.090.550.55
HSV34°62°80°
CMYK 0.000.270.62   0.20
XYZ36.988834.868111.8019
Yxy34.86810.44210.4168
Hunter Lab59.04928.477429.4844
CIE-Lab65.645813.124045.4099

#cc954d color RGB value is (204,149,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010101 01001101
Octal 314 225 115
Decimal 204 149 77
Hex CC 95 4D

RGB Percentages of Color #cc954d

%47.44
%34.65
%17.91

CMYK Percentages of Color #cc954d

%0
%27
%62
%20

Triadic Colors of #cc954d

#cc954d #4dcc95 #954dcc

Analogous Colors of #cc954d

#cc954d #c4cc4d #cc564d

Monochromatic Colors of #cc954d

#cc954d

Complementary Color

#cc954d #4d84cc

#cc954d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc954d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc954d Color CSS Codes

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

#cc954d Text Font Color

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

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


#cc954d Background Color

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

This div background color is #cc954d


#cc954d Border Color

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

This div border color is #cc954d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,149,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 #cc954d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc954d


Comments

No comments written yet.

Please login to write comment.