Shades of Cabaret #D1576A
Tints of Cabaret #D1576A
RGB
CMYK
RGB Variations
Color information
#D1576A (or 0xD1576A) is known color: Cabaret. HEX triplet: D1, 57 and 6A. RGB value is (209,87,106). Sum of RGB (Red+Green+Blue) = 209+87+106=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 87 (34.38% from 255 or 21.64% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D1576A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1576A is #2EA895. Grayscale: #7D7D7D. Windows color (decimal): -3057814 or 6969297. OLE color: 6969297.
HSL color Cylindrical-coordinate representation of color #D1576A: hue angle of 350.66º degrees, saturation: 0.57, 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 #D1576A is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 87 | 106 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.18 |
| HSL | 350.66º | 0.57% | 0.58% | - |
| HSV(B) | 350.66º | 0.58% | 0.82% | - |
| XYZ | 32.3 | 21.41 | 16.07 | - |
| YUV | 125.64 | 116.92 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 87 | 106 | 0 | 0.58 | 0.49 | 0.18 | 350.66 | 0.57 | 0.58 |
| Hex | D1 | 57 | 6A | 0 | 3A | 31 | 12 | 15F | 39 | 3A |
| Octal | 321 | 127 | 152 | 0 | 72 | 61 | 22 | 537 | 71 | 72 |
| Binary | 11010001 | 1010111 | 1101010 | 0 | 111010 | 110001 | 10010 | 101011111 | 111001 | 111010 |
Color Harmonies of #D1576A
Complementary color
Monochromatic Colors of #D1576A
Black with #D1576A
Text Example
Text Example
White with #D1576A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1576A; }
p { color: rgb(209,87,106); }
H1.HeaderClassName
{
color: #D1576A;
}
.AnyTagClassName
{
color: #D1576A;
}
</style>
background-color css
<style>
a { background-color: #D1576A; }
a { background-color: rgb(209,87,106); }
div.DivClassName
{
background-color: #D1576A;
}
.BgClassName
{
background-color: #D1576A;
}
</style>
border-color css
<style>
span { border-color: #D1576A; }
span { border-color: rgb(209,87,106); }
td.TdClassName
{
border-color: #D1576A;
}
.TagClassName
{
border-color: #D1576A;
}
</style>