Color Hex Logo

#cc655e Color Hex

#CC655E
(204,101,94)
0 Favorites   0 Comments

Color spaces of #cc655e

RGB 20410194
HSL0.010.520.58
HSV54°80°
CMYK 0.000.500.54   0.20
XYZ31.575922.952913.3558
Yxy22.95290.46510.3381
Hunter Lab47.909233.804417.0080
CIE-Lab55.023840.155023.0822

#cc655e color RGB value is (204,101,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100101 01011110
Octal 314 145 136
Decimal 204 101 94
Hex CC 65 5E

RGB Percentages of Color #cc655e

%51.13
%25.31
%23.56

CMYK Percentages of Color #cc655e

%0
%50
%54
%20

Triadic Colors of #cc655e

#cc655e #5ecc65 #655ecc

Analogous Colors of #cc655e

#cc655e #cc9c5e #cc5e8e

Monochromatic Colors of #cc655e

#cc655e

Complementary Color

#cc655e #5ec5cc

#cc655e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc655e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc655e Color CSS Codes

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

#cc655e Text Font Color

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

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


#cc655e Background Color

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

This div background color is #cc655e


#cc655e Border Color

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

This div border color is #cc655e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc655e


Comments

No comments written yet.

Please login to write comment.