#D08287

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

Shades of Charm #D08287

Tints of Charm #D08287

Color information

#D08287 (or 0xD08287) is unknown color: approx Charm. HEX triplet: D0, 82 and 87. RGB value is (208,130,135). Sum of RGB (Red+Green+Blue) = 208+130+135=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D08287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08287 is #2F7D78. Grayscale: #999999. Windows color (decimal): -3112313 or 8880848. OLE color: 8880848.

HSL color Cylindrical-coordinate representation of color #D08287: hue angle of 356.15º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D08287 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB208130135-
CMYK00.380.350.18
HSL356.15º45.35%66.27%-
HSV(B)356.15º37.5%81.57%-
XYZ38.3731.1226.91-
YUV153.89117.34166.59-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.97%
GREEN value IS 130 (51.17% from 255) = 27.48%
BLUE value IS 135 (53.12% from 255) = 28.54%
R=43.97%
G=27.48%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813013500.380.350.18356.1545.3566.27
HexD0828702623121642d42
Octal320202207046432254455102
Binary1101000010000010100001110100110100011100101011001001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08287; }

 p { color: rgb(208,130,135); }

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

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

 a { background-color: rgb(208,130,135); }

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

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

 span { border-color: rgb(208,130,135); }

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