Shades of Cabaret #D85767
Tints of Cabaret #D85767
RGB
CMYK
RGB Variations
Color information
#D85767 (or 0xD85767) is known color: Cabaret. HEX triplet: D8, 57 and 67. RGB value is (216,87,103). Sum of RGB (Red+Green+Blue) = 216+87+103=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 103 (40.62% from 255 or 25.37% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D85767 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85767 is #27A898. Grayscale: #7F7F7F. Windows color (decimal): -2599065 or 6772696. OLE color: 6772696.
HSL color Cylindrical-coordinate representation of color #D85767: hue angle of 352.56º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D85767 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 87 | 103 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.15 |
| HSL | 352.56º | 0.62% | 0.59% | - |
| HSV(B) | 352.56º | 0.6% | 0.85% | - |
| XYZ | 34.18 | 22.39 | 15.35 | - |
| YUV | 127.4 | 114.24 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 87 | 103 | 0 | 0.60 | 0.52 | 0.15 | 352.56 | 0.62 | 0.59 |
| Hex | D8 | 57 | 67 | 0 | 3C | 34 | F | 161 | 3E | 3B |
| Octal | 330 | 127 | 147 | 0 | 74 | 64 | 17 | 541 | 76 | 73 |
| Binary | 11011000 | 1010111 | 1100111 | 0 | 111100 | 110100 | 1111 | 101100001 | 111110 | 111011 |
Color Harmonies of #D85767
Complementary color
Monochromatic Colors of #D85767
Black with #D85767
Text Example
Text Example
White with #D85767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85767; }
p { color: rgb(216,87,103); }
H1.HeaderClassName
{
color: #D85767;
}
.AnyTagClassName
{
color: #D85767;
}
</style>
background-color css
<style>
a { background-color: #D85767; }
a { background-color: rgb(216,87,103); }
div.DivClassName
{
background-color: #D85767;
}
.BgClassName
{
background-color: #D85767;
}
</style>
border-color css
<style>
span { border-color: #D85767; }
span { border-color: rgb(216,87,103); }
td.TdClassName
{
border-color: #D85767;
}
.TagClassName
{
border-color: #D85767;
}
</style>