#D78186

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

Shades of Charm #D78186

Tints of Charm #D78186

Color information

#D78186 (or 0xD78186) is unknown color: approx Charm. HEX triplet: D7, 81 and 86. RGB value is (215,129,134). Sum of RGB (Red+Green+Blue) = 215+129+134=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D78186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78186 is #287E79. Grayscale: #9B9B9B. Windows color (decimal): -2653818 or 8815063. OLE color: 8815063.

HSL color Cylindrical-coordinate representation of color #D78186: hue angle of 356.51º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D78186 is Cyan = 0, Magento = 0.4, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB215129134-
CMYK00.40.380.16
HSL356.51º51.81%67.45%-
HSV(B)356.51º40%84.31%-
XYZ40.1831.8726.59-
YUV155.28115.99170.59-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.98%
GREEN value IS 129 (50.78% from 255) = 26.99%
BLUE value IS 134 (52.73% from 255) = 28.03%
R=44.98%
G=26.99%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512913400.40.380.16356.5151.8167.45
HexD7818602826101653443
Octal327201206050462054564103
Binary1101011110000001100001100101000100110100001011001011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78186; }

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

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

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

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

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

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

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

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