Color Hex Logo

#cc704d Color Hex

#CC704D
(204,112,77)
0 Favorites   0 Comments

Color spaces of #cc704d

RGB 20411277
HSL0.050.550.55
HSV17°62°80°
CMYK 0.000.450.62   0.20
XYZ32.035624.961510.1508
Yxy24.96150.47710.3717
Hunter Lab49.961527.022722.9269
CIE-Lab57.037933.145935.2407

#cc704d color RGB value is (204,112,77).

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

The process color (four color CMYK) of #cc704d color hex is 0.00, 0.45, 0.62, 0.20. Web safe color of #cc704d is #cc6666. Color #cc704d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110000 01001101
Octal 314 160 115
Decimal 204 112 77
Hex CC 70 4D

RGB Percentages of Color #cc704d

%51.91
%28.50
%19.59

CMYK Percentages of Color #cc704d

%0
%45
%62
%20

Triadic Colors of #cc704d

#cc704d #4dcc70 #704dcc

Analogous Colors of #cc704d

#cc704d #ccb04d #cc4d6a

Monochromatic Colors of #cc704d

#cc704d

Complementary Color

#cc704d #4da9cc

#cc704d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc704d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc704d Color CSS Codes

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

#cc704d Text Font Color

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

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


#cc704d Background Color

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

This div background color is #cc704d


#cc704d Border Color

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

This div border color is #cc704d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc704d


Comments

No comments written yet.

Please login to write comment.