#CC8997

Color #CC8997 Puce (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puce #CC8997

Tints of Puce #CC8997

Color information

#CC8997 (or 0xCC8997) is unknown color: approx Puce. HEX triplet: CC, 89 and 97. RGB value is (204,137,151). Sum of RGB (Red+Green+Blue) = 204+137+151=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 137 (53.91% from 255 or 27.85% from 492); Blue value is 151 (59.38% from 255 or 30.69% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8997 is #337668. Grayscale: #9E9E9E. Windows color (decimal): -3372649 or 9931212. OLE color: 9931212.

HSL color Cylindrical-coordinate representation of color #CC8997: hue angle of 347.46º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC8997 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB204137151-
CMYK00.330.260.2
HSL347.46º39.64%66.86%-
HSV(B)347.46º32.84%80%-
XYZ39.4332.9633.56-
YUV158.63123.7160.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 41.46%
GREEN value IS 137 (53.91% from 255) = 27.85%
BLUE value IS 151 (59.38% from 255) = 30.69%
R=41.46%
G=27.85%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413715100.330.260.2347.4639.6466.86
HexCC89970211A1415b2843
Octal314211227041322453350103
Binary110011001000100110010111010000111010101001010110111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8997; }

 p { color: rgb(204,137,151); }

 H1.HeaderClassName
 {
   color: #CC8997;
 }
 .AnyTagClassName
 {
   color: #CC8997;
 }
</style>
background-color css

<style>
 a { background-color: #CC8997; }

 a { background-color: rgb(204,137,151); }

 div.DivClassName
 {
   background-color: #CC8997;
 }
 .BgClassName
 {
   background-color: #CC8997;
 }
</style>
border-color css

<style>
 span { border-color: #CC8997; }

 span { border-color: rgb(204,137,151); }

 td.TdClassName
 {
   border-color: #CC8997;
 }
 .TagClassName
 {
   border-color: #CC8997;
 }
</style>