#CD8490

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

Shades of Puce #CD8490

Tints of Puce #CD8490

Color information

#CD8490 (or 0xCD8490) is unknown color: approx Puce. HEX triplet: CD, 84 and 90. RGB value is (205,132,144). Sum of RGB (Red+Green+Blue) = 205+132+144=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8490 is #327B6F. Grayscale: #9B9B9B. Windows color (decimal): -3308400 or 9471181. OLE color: 9471181.

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

Color convert

RGB205132144-
CMYK00.360.300.20
HSL350.14º42.2%66.08%-
HSV(B)350.14º35.61%80.39%-
XYZ38.4631.530.44-
YUV155.2121.68163.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.62%
GREEN value IS 132 (51.95% from 255) = 27.44%
BLUE value IS 144 (56.64% from 255) = 29.94%
R=42.62%
G=27.44%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513214400.360.300.20350.1442.266.08
HexCD84900241E1415e2a42
Octal315204220044362453652102
Binary110011011000010010010000010010011110101001010111101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8490; }

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

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

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

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

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

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

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

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