#CD898C

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

Shades of Puce #CD898C

Tints of Puce #CD898C

Color information

#CD898C (or 0xCD898C) is unknown color: approx Puce. HEX triplet: CD, 89 and 8C. RGB value is (205,137,140). Sum of RGB (Red+Green+Blue) = 205+137+140=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CD898C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD898C is #327673. Grayscale: #9D9D9D. Windows color (decimal): -3307124 or 9210317. OLE color: 9210317.

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

Color convert

RGB205137140-
CMYK00.330.320.20
HSL357.35º40.48%67.06%-
HSV(B)357.35º33.17%80.39%-
XYZ38.8632.7629.09-
YUV157.67118.03161.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.53%
GREEN value IS 137 (53.91% from 255) = 28.42%
BLUE value IS 140 (55.08% from 255) = 29.05%
R=42.53%
G=28.42%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513714000.330.320.20357.3540.4867.06
HexCD898C02120141652843
Octal315211214041402454550103
Binary1100110110001001100011000100001100000101001011001011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD898C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD898C; }

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

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

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

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

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

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

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

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