Shades of Cabaret #D05972
Tints of Cabaret #D05972
RGB
CMYK
RGB Variations
Color information
#D05972 (or 0xD05972) is known color: Cabaret. HEX triplet: D0, 59 and 72. RGB value is (208,89,114). Sum of RGB (Red+Green+Blue) = 208+89+114=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D05972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05972 is #2FA68D. Grayscale: #7F7F7F. Windows color (decimal): -3122830 or 7494096. OLE color: 7494096.
HSL color Cylindrical-coordinate representation of color #D05972: hue angle of 347.39º 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 #D05972 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 114 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.18 |
| HSL | 347.4º | 0.56% | 0.58% | - |
| HSV(B) | 347.4º | 0.57% | 0.82% | - |
| XYZ | 32.62 | 21.77 | 18.4 | - |
| YUV | 127.43 | 120.42 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 114 | 0 | 0.57 | 0.45 | 0.18 | 347.4 | 0.56 | 0.58 |
| Hex | D0 | 59 | 72 | 0 | 39 | 2D | 12 | 15B | 38 | 3A |
| Octal | 320 | 131 | 162 | 0 | 71 | 55 | 22 | 533 | 70 | 72 |
| Binary | 11010000 | 1011001 | 1110010 | 0 | 111001 | 101101 | 10010 | 101011011 | 111000 | 111010 |
Color Harmonies of #D05972
Complementary color
Monochromatic Colors of #D05972
Black with #D05972
Text Example
Text Example
White with #D05972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05972; }
p { color: rgb(208,89,114); }
H1.HeaderClassName
{
color: #D05972;
}
.AnyTagClassName
{
color: #D05972;
}
</style>
background-color css
<style>
a { background-color: #D05972; }
a { background-color: rgb(208,89,114); }
div.DivClassName
{
background-color: #D05972;
}
.BgClassName
{
background-color: #D05972;
}
</style>
border-color css
<style>
span { border-color: #D05972; }
span { border-color: rgb(208,89,114); }
td.TdClassName
{
border-color: #D05972;
}
.TagClassName
{
border-color: #D05972;
}
</style>