#CC8497

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

Shades of Puce #CC8497

Tints of Puce #CC8497

Color information

#CC8497 (or 0xCC8497) is unknown color: approx Puce. HEX triplet: CC, 84 and 97. RGB value is (204,132,151). Sum of RGB (Red+Green+Blue) = 204+132+151=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 151 (59.38% from 255 or 31.01% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8497 is #337B68. Grayscale: #9B9B9B. Windows color (decimal): -3373929 or 9929932. OLE color: 9929932.

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

Color convert

RGB204132151-
CMYK00.350.260.2
HSL344.17º41.38%65.88%-
HSV(B)344.17º35.29%80%-
XYZ38.7431.5733.33-
YUV155.69125.35162.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.89%
GREEN value IS 132 (51.95% from 255) = 27.10%
BLUE value IS 151 (59.38% from 255) = 31.01%
R=41.89%
G=27.10%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413215100.350.260.2344.1741.3865.88
HexCC84970231A141582942
Octal314204227043322453051102
Binary110011001000010010010111010001111010101001010110001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8497; }

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

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

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

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

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

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

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

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