color codes Logo

#cc997b color codes

#CC997B
(204,153,123)
0 Favorites   0 Comments

Color spaces of #cc997b

RGB 204153123
HSL0.060.440.64
HSV22°40°80°
CMYK 0.000.250.40   0.20
XYZ39.868237.049923.7890
Yxy37.04990.39590.3679
Hunter Lab60.868610.395219.4360
CIE-Lab67.314515.168423.1877

#cc997b color RGB value is (204,153,123).

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

The process color (four color CMYK) of #cc997b color code is 0.00, 0.25, 0.40, 0.20. Web safe color of #cc997b is #cc9966. Color #cc997b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10011001 01111011
Octal 314 231 173
Decimal 204 153 123
Hex CC 99 7B

RGB Percentages of Color #cc997b

%42.50
%31.88
%25.63

CMYK Percentages of Color #cc997b

%0
%25
%40
%20

Triadic Colors of #cc997b

#cc997b #7bcc99 #997bcc

Analogous Colors of #cc997b

#cc997b #ccc27b #cc7b86

Monochromatic Colors of #cc997b

#cc997b

Complementary Color

#cc997b #7baecc

#cc997b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc997b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc997b Color CSS Codes

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

#cc997b Text Font Color

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

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


#cc997b Background Color

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

This div background color is #cc997b


#cc997b Border Color

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

This div border color is #cc997b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc997b


Comments

No comments written yet.

Please login to write comment.