#D88186

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

Shades of Charm #D88186

Tints of Charm #D88186

Color information

#D88186 (or 0xD88186) is unknown color: approx Charm. HEX triplet: D8, 81 and 86. RGB value is (216,129,134). Sum of RGB (Red+Green+Blue) = 216+129+134=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D88186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88186 is #277E79. Grayscale: #9B9B9B. Windows color (decimal): -2588282 or 8815064. OLE color: 8815064.

HSL color Cylindrical-coordinate representation of color #D88186: hue angle of 356.55º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D88186 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB216129134-
CMYK00.400.380.15
HSL356.55º52.73%67.65%-
HSV(B)356.55º40.28%84.71%-
XYZ40.4732.0226.6-
YUV155.58115.82171.09-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.09%
GREEN value IS 129 (50.78% from 255) = 26.93%
BLUE value IS 134 (52.73% from 255) = 27.97%
R=45.09%
G=26.93%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612913400.400.380.15356.5552.7367.65
HexD8818602826F1653544
Octal330201206050461754565104
Binary110110001000000110000110010100010011011111011001011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88186; }

 p { color: rgb(216,129,134); }

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

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

 a { background-color: rgb(216,129,134); }

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

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

 span { border-color: rgb(216,129,134); }

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