Shades of Cabaret #D85A70
Tints of Cabaret #D85A70
RGB
CMYK
RGB Variations
Color information
#D85A70 (or 0xD85A70) is known color: Cabaret. HEX triplet: D8, 5A and 70. RGB value is (216,90,112). Sum of RGB (Red+Green+Blue) = 216+90+112=418 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.67% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 216 - color contains mainly: red. Hex color #D85A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D85A70 is #27A58F. Grayscale: #828282. Windows color (decimal): -2598288 or 7363288. OLE color: 7363288.
HSL color Cylindrical-coordinate representation of color #D85A70: hue angle of 349.52º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D85A70 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 112 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.15 |
| HSL | 349.52º | 0.62% | 0.6% | - |
| HSV(B) | 349.52º | 0.58% | 0.85% | - |
| XYZ | 34.9 | 23.08 | 17.94 | - |
| YUV | 130.18 | 117.74 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 112 | 0 | 0.58 | 0.48 | 0.15 | 349.52 | 0.62 | 0.6 |
| Hex | D8 | 5A | 70 | 0 | 3A | 30 | F | 15E | 3E | 3C |
| Octal | 330 | 132 | 160 | 0 | 72 | 60 | 17 | 536 | 76 | 74 |
| Binary | 11011000 | 1011010 | 1110000 | 0 | 111010 | 110000 | 1111 | 101011110 | 111110 | 111100 |
Color Harmonies of #D85A70
Complementary color
Monochromatic Colors of #D85A70
Black with #D85A70
Text Example
Text Example
White with #D85A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85A70; }
p { color: rgb(216,90,112); }
H1.HeaderClassName
{
color: #D85A70;
}
.AnyTagClassName
{
color: #D85A70;
}
</style>
background-color css
<style>
a { background-color: #D85A70; }
a { background-color: rgb(216,90,112); }
div.DivClassName
{
background-color: #D85A70;
}
.BgClassName
{
background-color: #D85A70;
}
</style>
border-color css
<style>
span { border-color: #D85A70; }
span { border-color: rgb(216,90,112); }
td.TdClassName
{
border-color: #D85A70;
}
.TagClassName
{
border-color: #D85A70;
}
</style>