#CD8097

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

Shades of Puce #CD8097

Tints of Puce #CD8097

Color information

#CD8097 (or 0xCD8097) is unknown color: approx Puce. HEX triplet: CD, 80 and 97. RGB value is (205,128,151). Sum of RGB (Red+Green+Blue) = 205+128+151=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 128 (50.39% from 255 or 26.45% from 484); Blue value is 151 (59.38% from 255 or 31.20% from 484); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8097 is #327F68. Grayscale: #999999. Windows color (decimal): -3309417 or 9928909. OLE color: 9928909.

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

Color convert

RGB205128151-
CMYK00.380.260.20
HSL342.08º43.5%65.29%-
HSV(B)342.08º37.56%80.39%-
XYZ38.4830.6533.17-
YUV153.64126.51164.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.36%
GREEN value IS 128 (50.39% from 255) = 26.45%
BLUE value IS 151 (59.38% from 255) = 31.20%
R=42.36%
G=26.45%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512815100.380.260.20342.0843.565.29
HexCD80970261A141562c41
Octal315200227046322452654101
Binary110011011000000010010111010011011010101001010101101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8097; }

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

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

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

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

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

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

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

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