Color Hex Logo

#cc775c Color Hex

#CC775C
(204,119,92)
0 Favorites   0 Comments

Color spaces of #cc775c

RGB 20411992
HSL0.040.520.58
HSV14°55°80°
CMYK 0.000.420.55   0.20
XYZ33.430426.803713.5369
Yxy26.80370.45320.3633
Hunter Lab51.772324.659520.7380
CIE-Lab58.792230.562729.1323

#cc775c color RGB value is (204,119,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110111 01011100
Octal 314 167 134
Decimal 204 119 92
Hex CC 77 5C

RGB Percentages of Color #cc775c

%49.16
%28.67
%22.17

CMYK Percentages of Color #cc775c

%0
%42
%55
%20

Triadic Colors of #cc775c

#cc775c #5ccc77 #775ccc

Analogous Colors of #cc775c

#cc775c #ccaf5c #cc5c79

Monochromatic Colors of #cc775c

#cc775c

Complementary Color

#cc775c #5cb1cc

#cc775c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc775c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc775c Color CSS Codes

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

#cc775c Text Font Color

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

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


#cc775c Background Color

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

This div background color is #cc775c


#cc775c Border Color

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

This div border color is #cc775c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc775c


Comments

No comments written yet.

Please login to write comment.