#CD8999

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

Shades of Puce #CD8999

Tints of Puce #CD8999

Color information

#CD8999 (or 0xCD8999) is unknown color: approx Puce. HEX triplet: CD, 89 and 99. RGB value is (205,137,153). Sum of RGB (Red+Green+Blue) = 205+137+153=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 137 (53.91% from 255 or 27.68% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8999 is #327666. Grayscale: #9F9F9F. Windows color (decimal): -3307111 or 10062285. OLE color: 10062285.

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

Color convert

RGB205137153-
CMYK00.330.250.20
HSL345.88º40.48%67.06%-
HSV(B)345.88º33.17%80.39%-
XYZ39.8733.1734.44-
YUV159.16124.53160.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.41%
GREEN value IS 137 (53.91% from 255) = 27.68%
BLUE value IS 153 (60.16% from 255) = 30.91%
R=41.41%
G=27.68%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513715300.330.250.20345.8840.4867.06
HexCD8999021191415a2843
Octal315211231041312453250103
Binary110011011000100110011001010000111001101001010110101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8999; }

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

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

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

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

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

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

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

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