#CD8895

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

Shades of Puce #CD8895

Tints of Puce #CD8895

Color information

#CD8895 (or 0xCD8895) is unknown color: approx Puce. HEX triplet: CD, 88 and 95. RGB value is (205,136,149). Sum of RGB (Red+Green+Blue) = 205+136+149=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8895 is #32776A. Grayscale: #9E9E9E. Windows color (decimal): -3307371 or 9799885. OLE color: 9799885.

HSL color Cylindrical-coordinate representation of color #CD8895: hue angle of 348.7º 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 #CD8895 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB205136149-
CMYK00.340.270.20
HSL348.7º40.83%66.86%-
HSV(B)348.7º33.66%80.39%-
XYZ39.4132.7632.68-
YUV158.11122.86161.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.84%
GREEN value IS 136 (53.52% from 255) = 27.76%
BLUE value IS 149 (58.59% from 255) = 30.41%
R=41.84%
G=27.76%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513614900.340.270.20348.740.8366.86
HexCD88950221B1415d2943
Octal315210225042332453551103
Binary110011011000100010010101010001011011101001010111011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8895; }

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

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

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

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

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

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

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

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