Color Hex Logo

#cc754a Color Hex

#CC754A
(204,117,74)
0 Favorites   0 Comments

Color spaces of #cc754a

RGB 20411774
HSL0.060.560.55
HSV20°64°80°
CMYK 0.000.430.64   0.20
XYZ32.499226.05449.7947
Yxy26.05440.47550.3812
Hunter Lab51.043524.324124.3533
CIE-Lab58.088630.287338.1255

#cc754a color RGB value is (204,117,74).

#cc754a hex color red value is 204, green value is 117 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #cc754a hue: 0.06 , saturation: 0.56 and the lightness value of cc754a is 0.55.

The process color (four color CMYK) of #cc754a color hex is 0.00, 0.43, 0.64, 0.20. Web safe color of #cc754a is #cc6633. Color #cc754a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110101 01001010
Octal 314 165 112
Decimal 204 117 74
Hex CC 75 4A

RGB Percentages of Color #cc754a

%51.65
%29.62
%18.73

CMYK Percentages of Color #cc754a

%0
%43
%64
%20

Triadic Colors of #cc754a

#cc754a #4acc75 #754acc

Analogous Colors of #cc754a

#cc754a #ccb64a #cc4a60

Monochromatic Colors of #cc754a

#cc754a

Complementary Color

#cc754a #4aa1cc

#cc754a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc754a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc754a Color CSS Codes

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

#cc754a Text Font Color

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

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


#cc754a Background Color

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

This div background color is #cc754a


#cc754a Border Color

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

This div border color is #cc754a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc754a


Comments

No comments written yet.

Please login to write comment.