#CD8993

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

Shades of Puce #CD8993

Tints of Puce #CD8993

Color information

#CD8993 (or 0xCD8993) is unknown color: approx Puce. HEX triplet: CD, 89 and 93. RGB value is (205,137,147). Sum of RGB (Red+Green+Blue) = 205+137+147=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8993 is #32766C. Grayscale: #9E9E9E. Windows color (decimal): -3307117 or 9669069. OLE color: 9669069.

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

Color convert

RGB205137147-
CMYK00.330.280.20
HSL351.18º40.48%67.06%-
HSV(B)351.18º33.17%80.39%-
XYZ39.3932.9831.89-
YUV158.47121.53161.19-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.92%
GREEN value IS 137 (53.91% from 255) = 28.02%
BLUE value IS 147 (57.81% from 255) = 30.06%
R=41.92%
G=28.02%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513714700.330.280.20351.1840.4867.06
HexCD89930211C1415f2843
Octal315211223041342453750103
Binary110011011000100110010011010000111100101001010111111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8993; }

 p { color: rgb(205,137,147); }

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

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

 a { background-color: rgb(205,137,147); }

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

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

 span { border-color: rgb(205,137,147); }

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