Color Hex Logo

#cc945a Color Hex

#CC945A
(204,148,90)
0 Favorites   0 Comments

Color spaces of #cc945a

RGB 20414890
HSL0.080.530.58
HSV31°56°80°
CMYK 0.000.270.56   0.20
XYZ37.337234.755414.4134
Yxy34.75540.43160.4018
Hunter Lab58.95379.880626.7720
CIE-Lab65.557814.646138.6876

#cc945a color RGB value is (204,148,90).

#cc945a hex color red value is 204, green value is 148 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #cc945a hue: 0.08 , saturation: 0.53 and the lightness value of cc945a is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010100 01011010
Octal 314 224 132
Decimal 204 148 90
Hex CC 94 5A

RGB Percentages of Color #cc945a

%46.15
%33.48
%20.36

CMYK Percentages of Color #cc945a

%0
%27
%56
%20

Triadic Colors of #cc945a

#cc945a #5acc94 #945acc

Analogous Colors of #cc945a

#cc945a #cbcc5a #cc5b5a

Monochromatic Colors of #cc945a

#cc945a

Complementary Color

#cc945a #5a92cc

#cc945a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc945a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc945a Color CSS Codes

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

#cc945a Text Font Color

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

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


#cc945a Background Color

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

This div background color is #cc945a


#cc945a Border Color

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

This div border color is #cc945a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc945a


Comments

No comments written yet.

Please login to write comment.