Color Hex Logo

#cc775a Color Hex

#CC775A
(204,119,90)
0 Favorites   0 Comments

Color spaces of #cc775a

RGB 20411990
HSL0.040.530.58
HSV15°56°80°
CMYK 0.000.420.56   0.20
XYZ33.344126.769213.0824
Yxy26.76920.45550.3657
Hunter Lab51.739024.494321.2256
CIE-Lab58.760130.397130.2069

#cc775a color RGB value is (204,119,90).

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

The process color (four color CMYK) of #cc775a color hex is 0.00, 0.42, 0.56, 0.20. Web safe color of #cc775a is #cc6666. Color #cc775a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110111 01011010
Octal 314 167 132
Decimal 204 119 90
Hex CC 77 5A

RGB Percentages of Color #cc775a

%49.39
%28.81
%21.79

CMYK Percentages of Color #cc775a

%0
%42
%56
%20

Triadic Colors of #cc775a

#cc775a #5acc77 #775acc

Analogous Colors of #cc775a

#cc775a #ccb05a #cc5a76

Monochromatic Colors of #cc775a

#cc775a

Complementary Color

#cc775a #5aafcc

#cc775a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc775a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc775a Color CSS Codes

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

#cc775a Text Font Color

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

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


#cc775a Background Color

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

This div background color is #cc775a


#cc775a Border Color

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

This div border color is #cc775a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc775a


Comments

No comments written yet.

Please login to write comment.