Color Hex Logo

#cc775e Color Hex

#CC775E
(204,119,94)
0 Favorites   0 Comments

Color spaces of #cc775e

RGB 20411994
HSL0.040.520.58
HSV14°54°80°
CMYK 0.000.420.54   0.20
XYZ33.519026.839214.0035
Yxy26.83920.45080.3609
Hunter Lab51.806624.828520.2383
CIE-Lab58.825230.732028.0553

#cc775e color RGB value is (204,119,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110111 01011110
Octal 314 167 136
Decimal 204 119 94
Hex CC 77 5E

RGB Percentages of Color #cc775e

%48.92
%28.54
%22.54

CMYK Percentages of Color #cc775e

%0
%42
%54
%20

Triadic Colors of #cc775e

#cc775e #5ecc77 #775ecc

Analogous Colors of #cc775e

#cc775e #ccae5e #cc5e7c

Monochromatic Colors of #cc775e

#cc775e

Complementary Color

#cc775e #5eb3cc

#cc775e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc775e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc775e Color CSS Codes

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

#cc775e Text Font Color

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

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


#cc775e Background Color

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

This div background color is #cc775e


#cc775e Border Color

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

This div border color is #cc775e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc775e


Comments

No comments written yet.

Please login to write comment.