Shades of Charm #D78082
Tints of Charm #D78082
RGB
CMYK
RGB Variations
Color information
#D78082 (or 0xD78082) is known color: Charm. HEX triplet: D7, 80 and 82. RGB value is (215,128,130). Sum of RGB (Red+Green+Blue) = 215+128+130=473 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.45% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 130 (51.17% from 255 or 27.48% from 473); Max value from RGB is 215 - color contains mainly: red. Hex color #D78082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78082 is #287F7D. Grayscale: #9A9A9A. Windows color (decimal): -2654078 or 8552663. OLE color: 8552663.
HSL color Cylindrical-coordinate representation of color #D78082: hue angle of 358.62º 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 #D78082 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 128 | 130 | - |
| CMYK | 0 | 0.40 | 0.40 | 0.16 |
| HSL | 358.62º | 0.52% | 0.67% | - |
| HSV(B) | 358.62º | 0.4% | 0.84% | - |
| XYZ | 39.77 | 31.5 | 25.1 | - |
| YUV | 154.24 | 114.32 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 128 | 130 | 0 | 0.40 | 0.40 | 0.16 | 358.62 | 0.52 | 0.67 |
| Hex | D7 | 80 | 82 | 0 | 28 | 28 | 10 | 167 | 34 | 43 |
| Octal | 327 | 200 | 202 | 0 | 50 | 50 | 20 | 547 | 64 | 103 |
| Binary | 11010111 | 10000000 | 10000010 | 0 | 101000 | 101000 | 10000 | 101100111 | 110100 | 1000011 |
Color Harmonies of #D78082
Complementary color
Monochromatic Colors of #D78082
Black with #D78082
Text Example
Text Example
White with #D78082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78082; }
p { color: rgb(215,128,130); }
H1.HeaderClassName
{
color: #D78082;
}
.AnyTagClassName
{
color: #D78082;
}
</style>
background-color css
<style>
a { background-color: #D78082; }
a { background-color: rgb(215,128,130); }
div.DivClassName
{
background-color: #D78082;
}
.BgClassName
{
background-color: #D78082;
}
</style>
border-color css
<style>
span { border-color: #D78082; }
span { border-color: rgb(215,128,130); }
td.TdClassName
{
border-color: #D78082;
}
.TagClassName
{
border-color: #D78082;
}
</style>