Color Hex Logo

#cc654f Color Hex

#CC654F
(204,101,79)
0 Favorites   0 Comments

Color spaces of #cc654f

RGB 20410179
HSL0.030.550.55
HSV11°61°80°
CMYK 0.000.500.61   0.20
XYZ30.966822.709210.1483
Yxy22.70920.48520.3558
Hunter Lab47.654232.598720.7317
CIE-Lab54.771539.001131.3407

#cc654f color RGB value is (204,101,79).

#cc654f hex color red value is 204, green value is 101 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #cc654f hue: 0.03 , saturation: 0.55 and the lightness value of cc654f is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100101 01001111
Octal 314 145 117
Decimal 204 101 79
Hex CC 65 4F

RGB Percentages of Color #cc654f

%53.13
%26.30
%20.57

CMYK Percentages of Color #cc654f

%0
%50
%61
%20

Triadic Colors of #cc654f

#cc654f #4fcc65 #654fcc

Analogous Colors of #cc654f

#cc654f #cca44f #cc4f78

Monochromatic Colors of #cc654f

#cc654f

Complementary Color

#cc654f #4fb6cc

#cc654f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc654f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc654f Color CSS Codes

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

#cc654f Text Font Color

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

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


#cc654f Background Color

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

This div background color is #cc654f


#cc654f Border Color

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

This div border color is #cc654f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc654f


Comments

No comments written yet.

Please login to write comment.