#CD899C

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

Shades of Puce #CD899C

Tints of Puce #CD899C

Color information

#CD899C (or 0xCD899C) is unknown color: approx Puce. HEX triplet: CD, 89 and 9C. RGB value is (205,137,156). Sum of RGB (Red+Green+Blue) = 205+137+156=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 137 (53.91% from 255 or 27.51% from 498); Blue value is 156 (61.33% from 255 or 31.33% from 498); Max value from RGB is 205 - color contains mainly: red. Hex color #CD899C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD899C is #327663. Grayscale: #9F9F9F. Windows color (decimal): -3307108 or 10258893. OLE color: 10258893.

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

Color convert

RGB205137156-
CMYK00.330.240.20
HSL343.24º40.48%67.06%-
HSV(B)343.24º33.17%80.39%-
XYZ40.1233.2735.76-
YUV159.5126.03160.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.16%
GREEN value IS 137 (53.91% from 255) = 27.51%
BLUE value IS 156 (61.33% from 255) = 31.33%
R=41.16%
G=27.51%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513715600.330.240.20343.2440.4867.06
HexCD899C02118141572843
Octal315211234041302452750103
Binary110011011000100110011100010000111000101001010101111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD899C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD899C; }

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

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

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

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

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

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

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

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