#D08288

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

Shades of Charm #D08288

Tints of Charm #D08288

Color information

#D08288 (or 0xD08288) is unknown color: approx Charm. HEX triplet: D0, 82 and 88. RGB value is (208,130,136). Sum of RGB (Red+Green+Blue) = 208+130+136=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D08288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08288 is #2F7D77. Grayscale: #9A9A9A. Windows color (decimal): -3112312 or 8946384. OLE color: 8946384.

HSL color Cylindrical-coordinate representation of color #D08288: hue angle of 355.38º 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 #D08288 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB208130136-
CMYK00.380.350.18
HSL355.38º45.35%66.27%-
HSV(B)355.38º37.5%81.57%-
XYZ38.4431.1527.28-
YUV154.01117.84166.51-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.88%
GREEN value IS 130 (51.17% from 255) = 27.43%
BLUE value IS 136 (53.52% from 255) = 28.69%
R=43.88%
G=27.43%
B=28.69%

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
Decimal20813013600.380.350.18355.3845.3566.27
HexD0828802623121632d42
Octal320202210046432254355102
Binary1101000010000010100010000100110100011100101011000111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08288; }

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

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

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

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

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

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

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

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