#CD8897

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

Shades of Puce #CD8897

Tints of Puce #CD8897

Color information

#CD8897 (or 0xCD8897) is unknown color: approx Puce. HEX triplet: CD, 88 and 97. RGB value is (205,136,151). Sum of RGB (Red+Green+Blue) = 205+136+151=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 151 (59.38% from 255 or 30.69% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8897 is #327768. Grayscale: #9E9E9E. Windows color (decimal): -3307369 or 9930957. OLE color: 9930957.

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

Color convert

RGB205136151-
CMYK00.340.260.20
HSL346.96º40.83%66.86%-
HSV(B)346.96º33.66%80.39%-
XYZ39.5732.8233.53-
YUV158.34123.86161.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.67%
GREEN value IS 136 (53.52% from 255) = 27.64%
BLUE value IS 151 (59.38% from 255) = 30.69%
R=41.67%
G=27.64%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513615100.340.260.20346.9640.8366.86
HexCD88970221A1415b2943
Octal315210227042322453351103
Binary110011011000100010010111010001011010101001010110111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8897; }

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

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

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

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

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

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

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

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