Shades of Charm #D78187
Tints of Charm #D78187
RGB
CMYK
RGB Variations
Color information
#D78187 (or 0xD78187) is known color: Charm. HEX triplet: D7, 81 and 87. RGB value is (215,129,135). Sum of RGB (Red+Green+Blue) = 215+129+135=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 135 (53.12% from 255 or 28.18% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D78187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78187 is #287E78. Grayscale: #9B9B9B. Windows color (decimal): -2653817 or 8880599. OLE color: 8880599.
HSL color Cylindrical-coordinate representation of color #D78187: hue angle of 355.81º 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 #D78187 is Cyan = 0, Magento = 0.4, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 129 | 135 | - |
| CMYK | 0 | 0.4 | 0.37 | 0.16 |
| HSL | 355.81º | 0.52% | 0.67% | - |
| HSV(B) | 355.81º | 0.4% | 0.84% | - |
| XYZ | 40.25 | 31.9 | 26.96 | - |
| YUV | 155.4 | 116.49 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 129 | 135 | 0 | 0.4 | 0.37 | 0.16 | 355.81 | 0.52 | 0.67 |
| Hex | D7 | 81 | 87 | 0 | 28 | 25 | 10 | 164 | 34 | 43 |
| Octal | 327 | 201 | 207 | 0 | 50 | 45 | 20 | 544 | 64 | 103 |
| Binary | 11010111 | 10000001 | 10000111 | 0 | 101000 | 100101 | 10000 | 101100100 | 110100 | 1000011 |
Color Harmonies of #D78187
Complementary color
Monochromatic Colors of #D78187
Black with #D78187
Text Example
Text Example
White with #D78187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78187; }
p { color: rgb(215,129,135); }
H1.HeaderClassName
{
color: #D78187;
}
.AnyTagClassName
{
color: #D78187;
}
</style>
background-color css
<style>
a { background-color: #D78187; }
a { background-color: rgb(215,129,135); }
div.DivClassName
{
background-color: #D78187;
}
.BgClassName
{
background-color: #D78187;
}
</style>
border-color css
<style>
span { border-color: #D78187; }
span { border-color: rgb(215,129,135); }
td.TdClassName
{
border-color: #D78187;
}
.TagClassName
{
border-color: #D78187;
}
</style>