Color Hex Logo

#cc735e Color Hex

#CC735E
(204,115,94)
0 Favorites   0 Comments

Color spaces of #cc735e

RGB 20411594
HSL0.030.520.58
HSV11°54°80°
CMYK 0.000.440.54   0.20
XYZ33.053025.907013.8481
Yxy25.90700.45400.3558
Hunter Lab50.898926.842119.4982
CIE-Lab57.948732.865426.9188

#cc735e color RGB value is (204,115,94).

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

The process color (four color CMYK) of #cc735e color hex is 0.00, 0.44, 0.54, 0.20. Web safe color of #cc735e is #cc6666. Color #cc735e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110011 01011110
Octal 314 163 136
Decimal 204 115 94
Hex CC 73 5E

RGB Percentages of Color #cc735e

%49.39
%27.85
%22.76

CMYK Percentages of Color #cc735e

%0
%44
%54
%20

Triadic Colors of #cc735e

#cc735e #5ecc73 #735ecc

Analogous Colors of #cc735e

#cc735e #ccaa5e #cc5e80

Monochromatic Colors of #cc735e

#cc735e

Complementary Color

#cc735e #5eb7cc

#cc735e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc735e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc735e Color CSS Codes

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

#cc735e Text Font Color

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

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


#cc735e Background Color

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

This div background color is #cc735e


#cc735e Border Color

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

This div border color is #cc735e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc735e


Comments

No comments written yet.

Please login to write comment.