#CD8497

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

Shades of Puce #CD8497

Tints of Puce #CD8497

Color information

#CD8497 (or 0xCD8497) is unknown color: approx Puce. HEX triplet: CD, 84 and 97. RGB value is (205,132,151). Sum of RGB (Red+Green+Blue) = 205+132+151=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 132 (51.95% from 255 or 27.05% from 488); Blue value is 151 (59.38% from 255 or 30.94% from 488); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8497 is #327B68. Grayscale: #9B9B9B. Windows color (decimal): -3308393 or 9929933. OLE color: 9929933.

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

Color convert

RGB205132151-
CMYK00.360.260.20
HSL344.38º42.2%66.08%-
HSV(B)344.38º35.61%80.39%-
XYZ39.0131.7233.34-
YUV155.99125.18162.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.01%
GREEN value IS 132 (51.95% from 255) = 27.05%
BLUE value IS 151 (59.38% from 255) = 30.94%
R=42.01%
G=27.05%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513215100.360.260.20344.3842.266.08
HexCD84970241A141582a42
Octal315204227044322453052102
Binary110011011000010010010111010010011010101001010110001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8497; }

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

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

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

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

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

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

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

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