#CD8399

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

Shades of Puce #CD8399

Tints of Puce #CD8399

Color information

#CD8399 (or 0xCD8399) is unknown color: approx Puce. HEX triplet: CD, 83 and 99. RGB value is (205,131,153). Sum of RGB (Red+Green+Blue) = 205+131+153=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8399 is #327C66. Grayscale: #9B9B9B. Windows color (decimal): -3308647 or 10060749. OLE color: 10060749.

HSL color Cylindrical-coordinate representation of color #CD8399: hue angle of 342.16º degrees, saturation: 0.43, 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 #CD8399 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB205131153-
CMYK00.360.250.20
HSL342.16º42.53%65.88%-
HSV(B)342.16º36.1%80.39%-
XYZ39.0431.5134.16-
YUV155.63126.52163.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.92%
GREEN value IS 131 (51.56% from 255) = 26.79%
BLUE value IS 153 (60.16% from 255) = 31.29%
R=41.92%
G=26.79%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513115300.360.250.20342.1642.5365.88
HexCD839902419141562b42
Octal315203231044312452653102
Binary110011011000001110011001010010011001101001010101101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8399; }

 p { color: rgb(205,131,153); }

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

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

 a { background-color: rgb(205,131,153); }

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

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

 span { border-color: rgb(205,131,153); }

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