Shades of Cabaret #D0576B
Tints of Cabaret #D0576B
RGB
CMYK
RGB Variations
Color information
#D0576B (or 0xD0576B) is known color: Cabaret. HEX triplet: D0, 57 and 6B. RGB value is (208,87,107). Sum of RGB (Red+Green+Blue) = 208+87+107=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 87 (34.38% from 255 or 21.64% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D0576B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0576B is #2FA894. Grayscale: #7D7D7D. Windows color (decimal): -3123349 or 7034832. OLE color: 7034832.
HSL color Cylindrical-coordinate representation of color #D0576B: hue angle of 350.08º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D0576B is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 87 | 107 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.18 |
| HSL | 350.08º | 0.56% | 0.58% | - |
| HSV(B) | 350.08º | 0.58% | 0.82% | - |
| XYZ | 32.07 | 21.29 | 16.33 | - |
| YUV | 125.46 | 117.59 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 87 | 107 | 0 | 0.58 | 0.49 | 0.18 | 350.08 | 0.56 | 0.58 |
| Hex | D0 | 57 | 6B | 0 | 3A | 31 | 12 | 15E | 38 | 3A |
| Octal | 320 | 127 | 153 | 0 | 72 | 61 | 22 | 536 | 70 | 72 |
| Binary | 11010000 | 1010111 | 1101011 | 0 | 111010 | 110001 | 10010 | 101011110 | 111000 | 111010 |
Color Harmonies of #D0576B
Complementary color
Monochromatic Colors of #D0576B
Black with #D0576B
Text Example
Text Example
White with #D0576B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0576B; }
p { color: rgb(208,87,107); }
H1.HeaderClassName
{
color: #D0576B;
}
.AnyTagClassName
{
color: #D0576B;
}
</style>
background-color css
<style>
a { background-color: #D0576B; }
a { background-color: rgb(208,87,107); }
div.DivClassName
{
background-color: #D0576B;
}
.BgClassName
{
background-color: #D0576B;
}
</style>
border-color css
<style>
span { border-color: #D0576B; }
span { border-color: rgb(208,87,107); }
td.TdClassName
{
border-color: #D0576B;
}
.TagClassName
{
border-color: #D0576B;
}
</style>