#CD8391

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

Shades of Puce #CD8391

Tints of Puce #CD8391

Color information

#CD8391 (or 0xCD8391) is unknown color: approx Puce. HEX triplet: CD, 83 and 91. RGB value is (205,131,145). Sum of RGB (Red+Green+Blue) = 205+131+145=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 131 (51.56% from 255 or 27.23% from 481); Blue value is 145 (57.03% from 255 or 30.15% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8391 is #327C6E. Grayscale: #9A9A9A. Windows color (decimal): -3308655 or 9536461. OLE color: 9536461.

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

Color convert

RGB205131145-
CMYK00.360.290.20
HSL348.65º42.53%65.88%-
HSV(B)348.65º36.1%80.39%-
XYZ38.431.2630.8-
YUV154.72122.52163.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.62%
GREEN value IS 131 (51.56% from 255) = 27.23%
BLUE value IS 145 (57.03% from 255) = 30.15%
R=42.62%
G=27.23%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513114500.360.290.20348.6542.5365.88
HexCD83910241D1415d2b42
Octal315203221044352453553102
Binary110011011000001110010001010010011101101001010111011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8391; }

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

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

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

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

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

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

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

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