Shades of Cabaret #D8486B
Tints of Cabaret #D8486B
RGB
CMYK
RGB Variations
Color information
#D8486B (or 0xD8486B) is known color: Cabaret. HEX triplet: D8, 48 and 6B. RGB value is (216,72,107). Sum of RGB (Red+Green+Blue) = 216+72+107=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 107 (42.19% from 255 or 27.09% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D8486B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8486B is #27B794. Grayscale: #777777. Windows color (decimal): -2602901 or 7031000. OLE color: 7031000.
HSL color Cylindrical-coordinate representation of color #D8486B: hue angle of 345.42º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D8486B is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 72 | 107 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.15 |
| HSL | 345.42º | 0.65% | 0.56% | - |
| HSV(B) | 345.42º | 0.67% | 0.85% | - |
| XYZ | 33.29 | 20.3 | 16.07 | - |
| YUV | 119.05 | 121.21 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 72 | 107 | 0 | 0.67 | 0.50 | 0.15 | 345.42 | 0.65 | 0.56 |
| Hex | D8 | 48 | 6B | 0 | 43 | 32 | F | 159 | 41 | 38 |
| Octal | 330 | 110 | 153 | 0 | 103 | 62 | 17 | 531 | 101 | 70 |
| Binary | 11011000 | 1001000 | 1101011 | 0 | 1000011 | 110010 | 1111 | 101011001 | 1000001 | 111000 |
Color Harmonies of #D8486B
Complementary color
Monochromatic Colors of #D8486B
Black with #D8486B
Text Example
Text Example
White with #D8486B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8486B; }
p { color: rgb(216,72,107); }
H1.HeaderClassName
{
color: #D8486B;
}
.AnyTagClassName
{
color: #D8486B;
}
</style>
background-color css
<style>
a { background-color: #D8486B; }
a { background-color: rgb(216,72,107); }
div.DivClassName
{
background-color: #D8486B;
}
.BgClassName
{
background-color: #D8486B;
}
</style>
border-color css
<style>
span { border-color: #D8486B; }
span { border-color: rgb(216,72,107); }
td.TdClassName
{
border-color: #D8486B;
}
.TagClassName
{
border-color: #D8486B;
}
</style>