Color Hex Logo

#cc655f Color Hex

#CC655F
(204,101,95)
0 Favorites   0 Comments

Color spaces of #cc655f

RGB 20410195
HSL0.010.520.59
HSV53°80°
CMYK 0.000.500.53   0.20
XYZ31.621122.971013.5937
Yxy22.97100.46370.3369
Hunter Lab47.928133.893316.7334
CIE-Lab55.042540.239722.5278

#cc655f color RGB value is (204,101,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100101 01011111
Octal 314 145 137
Decimal 204 101 95
Hex CC 65 5F

RGB Percentages of Color #cc655f

%51.00
%25.25
%23.75

CMYK Percentages of Color #cc655f

%0
%50
%53
%20

Triadic Colors of #cc655f

#cc655f #5fcc65 #655fcc

Analogous Colors of #cc655f

#cc655f #cc9c5f #cc5f90

Monochromatic Colors of #cc655f

#cc655f

Complementary Color

#cc655f #5fc6cc

#cc655f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc655f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc655f Color CSS Codes

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

#cc655f Text Font Color

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

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


#cc655f Background Color

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

This div background color is #cc655f


#cc655f Border Color

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

This div border color is #cc655f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc655f


Comments

No comments written yet.

Please login to write comment.