Color Hex Logo

#cc997f Color Hex

#CC997F
(204,153,127)
1 Favorites   0 Comments

Color spaces of #cc997f

RGB 204153127
HSL0.060.430.65
HSV20°38°80°
CMYK 0.000.250.38   0.20
XYZ40.123837.152125.1350
Yxy37.15210.39180.3628
Hunter Lab60.952510.836018.2173
CIE-Lab67.391015.636621.0893

#cc997f color RGB value is (204,153,127).

#cc997f hex color red value is 204, green value is 153 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #cc997f hue: 0.06 , saturation: 0.43 and the lightness value of cc997f is 0.65.

The process color (four color CMYK) of #cc997f color hex is 0.00, 0.25, 0.38, 0.20. Web safe color of #cc997f is #cc9966. Color #cc997f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011001 01111111
Octal 314 231 177
Decimal 204 153 127
Hex CC 99 7F

RGB Percentages of Color #cc997f

%42.15
%31.61
%26.24

CMYK Percentages of Color #cc997f

%0
%25
%38
%20

Triadic Colors of #cc997f

#cc997f #7fcc99 #997fcc

Analogous Colors of #cc997f

#cc997f #ccc07f #cc7f8c

Monochromatic Colors of #cc997f

#cc997f

Complementary Color

#cc997f #7fb2cc

#cc997f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc997f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc997f Color CSS Codes

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

#cc997f Text Font Color

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

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


#cc997f Background Color

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

This div background color is #cc997f


#cc997f Border Color

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

This div border color is #cc997f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc997f


Comments

No comments written yet.

Please login to write comment.