#D08588

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

Shades of Charm #D08588

Tints of Charm #D08588

Color information

#D08588 (or 0xD08588) is unknown color: approx Charm. HEX triplet: D0, 85 and 88. RGB value is (208,133,136). Sum of RGB (Red+Green+Blue) = 208+133+136=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 136 (53.52% from 255 or 28.51% from 477); Max value from RGB is 208 - color contains mainly: red. Hex color #D08588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08588 is #2F7A77. Grayscale: #9B9B9B. Windows color (decimal): -3111544 or 8947152. OLE color: 8947152.

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

Color convert

RGB208133136-
CMYK00.360.350.18
HSL357.6º44.38%66.86%-
HSV(B)357.6º36.06%81.57%-
XYZ38.8431.9627.41-
YUV155.77116.85165.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.61%
GREEN value IS 133 (52.34% from 255) = 27.88%
BLUE value IS 136 (53.52% from 255) = 28.51%
R=43.61%
G=27.88%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813313600.360.350.18357.644.3866.86
HexD0858802423121662c43
Octal320205210044432254654103
Binary1101000010000101100010000100100100011100101011001101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08588; }

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

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

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

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

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

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

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

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