Shades of Cabaret #D05976
Tints of Cabaret #D05976
RGB
CMYK
RGB Variations
Color information
#D05976 (or 0xD05976) is known color: Cabaret. HEX triplet: D0, 59 and 76. RGB value is (208,89,118). Sum of RGB (Red+Green+Blue) = 208+89+118=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D05976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05976 is #2FA689. Grayscale: #7F7F7F. Windows color (decimal): -3122826 or 7756240. OLE color: 7756240.
HSL color Cylindrical-coordinate representation of color #D05976: hue angle of 345.38º 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 #D05976 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 118 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.18 |
| HSL | 345.38º | 0.56% | 0.58% | - |
| HSV(B) | 345.38º | 0.57% | 0.82% | - |
| XYZ | 32.85 | 21.86 | 19.63 | - |
| YUV | 127.89 | 122.42 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 118 | 0 | 0.57 | 0.43 | 0.18 | 345.38 | 0.56 | 0.58 |
| Hex | D0 | 59 | 76 | 0 | 39 | 2B | 12 | 159 | 38 | 3A |
| Octal | 320 | 131 | 166 | 0 | 71 | 53 | 22 | 531 | 70 | 72 |
| Binary | 11010000 | 1011001 | 1110110 | 0 | 111001 | 101011 | 10010 | 101011001 | 111000 | 111010 |
Color Harmonies of #D05976
Complementary color
Monochromatic Colors of #D05976
Black with #D05976
Text Example
Text Example
White with #D05976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05976; }
p { color: rgb(208,89,118); }
H1.HeaderClassName
{
color: #D05976;
}
.AnyTagClassName
{
color: #D05976;
}
</style>
background-color css
<style>
a { background-color: #D05976; }
a { background-color: rgb(208,89,118); }
div.DivClassName
{
background-color: #D05976;
}
.BgClassName
{
background-color: #D05976;
}
</style>
border-color css
<style>
span { border-color: #D05976; }
span { border-color: rgb(208,89,118); }
td.TdClassName
{
border-color: #D05976;
}
.TagClassName
{
border-color: #D05976;
}
</style>