#D08289

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

Shades of Charm #D08289

Tints of Charm #D08289

Color information

#D08289 (or 0xD08289) is unknown color: approx Charm. HEX triplet: D0, 82 and 89. RGB value is (208,130,137). Sum of RGB (Red+Green+Blue) = 208+130+137=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 137 (53.91% from 255 or 28.84% from 475); Max value from RGB is 208 - color contains mainly: red. Hex color #D08289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08289 is #2F7D76. Grayscale: #9A9A9A. Windows color (decimal): -3112311 or 9011920. OLE color: 9011920.

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

Color convert

RGB208130137-
CMYK00.380.340.18
HSL354.62º45.35%66.27%-
HSV(B)354.62º37.5%81.57%-
XYZ38.5131.1827.66-
YUV154.12118.34166.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.79%
GREEN value IS 130 (51.17% from 255) = 27.37%
BLUE value IS 137 (53.91% from 255) = 28.84%
R=43.79%
G=27.37%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813013700.380.340.18354.6245.3566.27
HexD0828902622121632d42
Octal320202211046422254355102
Binary1101000010000010100010010100110100010100101011000111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08289; }

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

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

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

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

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

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

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

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