Shades of Cabaret #D05970
Tints of Cabaret #D05970
RGB
CMYK
RGB Variations
Color information
#D05970 (or 0xD05970) is known color: Cabaret. HEX triplet: D0, 59 and 70. RGB value is (208,89,112). Sum of RGB (Red+Green+Blue) = 208+89+112=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D05970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05970 is #2FA68F. Grayscale: #7F7F7F. Windows color (decimal): -3122832 or 7363024. OLE color: 7363024.
HSL color Cylindrical-coordinate representation of color #D05970: hue angle of 348.4º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D05970 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 112 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.18 |
| HSL | 348.4º | 0.56% | 0.58% | - |
| HSV(B) | 348.4º | 0.57% | 0.82% | - |
| XYZ | 32.51 | 21.72 | 17.81 | - |
| YUV | 127.2 | 119.42 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 112 | 0 | 0.57 | 0.46 | 0.18 | 348.4 | 0.56 | 0.58 |
| Hex | D0 | 59 | 70 | 0 | 39 | 2E | 12 | 15C | 38 | 3A |
| Octal | 320 | 131 | 160 | 0 | 71 | 56 | 22 | 534 | 70 | 72 |
| Binary | 11010000 | 1011001 | 1110000 | 0 | 111001 | 101110 | 10010 | 101011100 | 111000 | 111010 |
Color Harmonies of #D05970
Complementary color
Monochromatic Colors of #D05970
Black with #D05970
Text Example
Text Example
White with #D05970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05970; }
p { color: rgb(208,89,112); }
H1.HeaderClassName
{
color: #D05970;
}
.AnyTagClassName
{
color: #D05970;
}
</style>
background-color css
<style>
a { background-color: #D05970; }
a { background-color: rgb(208,89,112); }
div.DivClassName
{
background-color: #D05970;
}
.BgClassName
{
background-color: #D05970;
}
</style>
border-color css
<style>
span { border-color: #D05970; }
span { border-color: rgb(208,89,112); }
td.TdClassName
{
border-color: #D05970;
}
.TagClassName
{
border-color: #D05970;
}
</style>