#CD898F

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

Shades of Puce #CD898F

Tints of Puce #CD898F

Color information

#CD898F (or 0xCD898F) is unknown color: approx Puce. HEX triplet: CD, 89 and 8F. RGB value is (205,137,143). Sum of RGB (Red+Green+Blue) = 205+137+143=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CD898F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD898F is #327670. Grayscale: #9E9E9E. Windows color (decimal): -3307121 or 9406925. OLE color: 9406925.

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

Color convert

RGB205137143-
CMYK00.330.300.20
HSL354.71º40.48%67.06%-
HSV(B)354.71º33.17%80.39%-
XYZ39.0832.8530.27-
YUV158.02119.53161.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.27%
GREEN value IS 137 (53.91% from 255) = 28.25%
BLUE value IS 143 (56.25% from 255) = 29.48%
R=42.27%
G=28.25%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513714300.330.300.20354.7140.4867.06
HexCD898F0211E141632843
Octal315211217041362454350103
Binary110011011000100110001111010000111110101001011000111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD898F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD898F; }

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

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

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

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

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

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

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

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