#D08189

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

Shades of Charm #D08189

Tints of Charm #D08189

Color information

#D08189 (or 0xD08189) is unknown color: approx Charm. HEX triplet: D0, 81 and 89. RGB value is (208,129,137). Sum of RGB (Red+Green+Blue) = 208+129+137=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 137 (53.91% from 255 or 28.90% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D08189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08189 is #2F7E76. Grayscale: #999999. Windows color (decimal): -3112567 or 9011664. OLE color: 9011664.

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

Color convert

RGB208129137-
CMYK00.380.340.18
HSL353.92º45.66%66.08%-
HSV(B)353.92º37.98%81.57%-
XYZ38.3830.9227.61-
YUV153.53118.67166.85-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.88%
GREEN value IS 129 (50.78% from 255) = 27.22%
BLUE value IS 137 (53.91% from 255) = 28.90%
R=43.88%
G=27.22%
B=28.90%

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
Decimal20812913700.380.340.18353.9245.6666.08
HexD0818902622121622e42
Octal320201211046422254256102
Binary1101000010000001100010010100110100010100101011000101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08189; }

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

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

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

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

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

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

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

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