Color Hex Logo

#cc934e Color Hex

#CC934E
(204,147,78)
0 Favorites   0 Comments

Color spaces of #cc934e

RGB 20414778
HSL0.090.550.55
HSV33°62°80°
CMYK 0.000.280.62   0.20
XYZ36.710734.254911.8847
Yxy34.25490.44310.4135
Hunter Lab58.52779.538328.9299
CIE-Lab65.164414.282044.3574

#cc934e color RGB value is (204,147,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010011 01001110
Octal 314 223 116
Decimal 204 147 78
Hex CC 93 4E

RGB Percentages of Color #cc934e

%47.55
%34.27
%18.18

CMYK Percentages of Color #cc934e

%0
%28
%62
%20

Triadic Colors of #cc934e

#cc934e #4ecc93 #934ecc

Analogous Colors of #cc934e

#cc934e #c6cc4e #cc544e

Monochromatic Colors of #cc934e

#cc934e

Complementary Color

#cc934e #4e87cc

#cc934e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc934e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc934e Color CSS Codes

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

#cc934e Text Font Color

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

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


#cc934e Background Color

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

This div background color is #cc934e


#cc934e Border Color

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

This div border color is #cc934e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc934e


Comments

No comments written yet.

Please login to write comment.