Shades of Cabaret #D05975
Tints of Cabaret #D05975
RGB
CMYK
RGB Variations
Color information
#D05975 (or 0xD05975) is known color: Cabaret. HEX triplet: D0, 59 and 75. RGB value is (208,89,117). Sum of RGB (Red+Green+Blue) = 208+89+117=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D05975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05975 is #2FA68A. Grayscale: #7F7F7F. Windows color (decimal): -3122827 or 7690704. OLE color: 7690704.
HSL color Cylindrical-coordinate representation of color #D05975: hue angle of 345.88º 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 #D05975 is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 89 | 117 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.18 |
| HSL | 345.88º | 0.56% | 0.58% | - |
| HSV(B) | 345.88º | 0.57% | 0.82% | - |
| XYZ | 32.8 | 21.84 | 19.32 | - |
| YUV | 127.77 | 121.92 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 117 | 0 | 0.57 | 0.44 | 0.18 | 345.88 | 0.56 | 0.58 |
| Hex | D0 | 59 | 75 | 0 | 39 | 2C | 12 | 15A | 38 | 3A |
| Octal | 320 | 131 | 165 | 0 | 71 | 54 | 22 | 532 | 70 | 72 |
| Binary | 11010000 | 1011001 | 1110101 | 0 | 111001 | 101100 | 10010 | 101011010 | 111000 | 111010 |
Color Harmonies of #D05975
Complementary color
Monochromatic Colors of #D05975
Black with #D05975
Text Example
Text Example
White with #D05975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05975; }
p { color: rgb(208,89,117); }
H1.HeaderClassName
{
color: #D05975;
}
.AnyTagClassName
{
color: #D05975;
}
</style>
background-color css
<style>
a { background-color: #D05975; }
a { background-color: rgb(208,89,117); }
div.DivClassName
{
background-color: #D05975;
}
.BgClassName
{
background-color: #D05975;
}
</style>
border-color css
<style>
span { border-color: #D05975; }
span { border-color: rgb(208,89,117); }
td.TdClassName
{
border-color: #D05975;
}
.TagClassName
{
border-color: #D05975;
}
</style>