Shades of Cabaret #D8536A
Tints of Cabaret #D8536A
RGB
CMYK
RGB Variations
Color information
#D8536A (or 0xD8536A) is known color: Cabaret. HEX triplet: D8, 53 and 6A. RGB value is (216,83,106). Sum of RGB (Red+Green+Blue) = 216+83+106=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 83 (32.81% from 255 or 20.49% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D8536A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8536A is #27AC95. Grayscale: #7D7D7D. Windows color (decimal): -2600086 or 6968280. OLE color: 6968280.
HSL color Cylindrical-coordinate representation of color #D8536A: hue angle of 349.62º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D8536A is Cyan = 0, Magento = 0.62, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 83 | 106 | - |
| CMYK | 0 | 0.62 | 0.51 | 0.15 |
| HSL | 349.62º | 0.63% | 0.59% | - |
| HSV(B) | 349.62º | 0.62% | 0.85% | - |
| XYZ | 34.01 | 21.83 | 16.06 | - |
| YUV | 125.39 | 117.06 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 83 | 106 | 0 | 0.62 | 0.51 | 0.15 | 349.62 | 0.63 | 0.59 |
| Hex | D8 | 53 | 6A | 0 | 3E | 33 | F | 15E | 3F | 3B |
| Octal | 330 | 123 | 152 | 0 | 76 | 63 | 17 | 536 | 77 | 73 |
| Binary | 11011000 | 1010011 | 1101010 | 0 | 111110 | 110011 | 1111 | 101011110 | 111111 | 111011 |
Color Harmonies of #D8536A
Complementary color
Monochromatic Colors of #D8536A
Black with #D8536A
Text Example
Text Example
White with #D8536A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8536A; }
p { color: rgb(216,83,106); }
H1.HeaderClassName
{
color: #D8536A;
}
.AnyTagClassName
{
color: #D8536A;
}
</style>
background-color css
<style>
a { background-color: #D8536A; }
a { background-color: rgb(216,83,106); }
div.DivClassName
{
background-color: #D8536A;
}
.BgClassName
{
background-color: #D8536A;
}
</style>
border-color css
<style>
span { border-color: #D8536A; }
span { border-color: rgb(216,83,106); }
td.TdClassName
{
border-color: #D8536A;
}
.TagClassName
{
border-color: #D8536A;
}
</style>