Shades of Cabaret #D4576C
Tints of Cabaret #D4576C
RGB
CMYK
RGB Variations
Color information
#D4576C (or 0xD4576C) is known color: Cabaret. HEX triplet: D4, 57 and 6C. RGB value is (212,87,108). Sum of RGB (Red+Green+Blue) = 212+87+108=407 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.09% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 212 - color contains mainly: red. Hex color #D4576C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4576C is #2BA893. Grayscale: #7E7E7E. Windows color (decimal): -2861204 or 7100372. OLE color: 7100372.
HSL color Cylindrical-coordinate representation of color #D4576C: hue angle of 349.92º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D4576C is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 87 | 108 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.17 |
| HSL | 349.92º | 0.59% | 0.59% | - |
| HSV(B) | 349.92º | 0.59% | 0.83% | - |
| XYZ | 33.27 | 21.9 | 16.66 | - |
| YUV | 126.77 | 117.41 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 87 | 108 | 0 | 0.59 | 0.49 | 0.17 | 349.92 | 0.59 | 0.59 |
| Hex | D4 | 57 | 6C | 0 | 3B | 31 | 11 | 15E | 3B | 3B |
| Octal | 324 | 127 | 154 | 0 | 73 | 61 | 21 | 536 | 73 | 73 |
| Binary | 11010100 | 1010111 | 1101100 | 0 | 111011 | 110001 | 10001 | 101011110 | 111011 | 111011 |
Color Harmonies of #D4576C
Complementary color
Monochromatic Colors of #D4576C
Black with #D4576C
Text Example
Text Example
White with #D4576C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4576C; }
p { color: rgb(212,87,108); }
H1.HeaderClassName
{
color: #D4576C;
}
.AnyTagClassName
{
color: #D4576C;
}
</style>
background-color css
<style>
a { background-color: #D4576C; }
a { background-color: rgb(212,87,108); }
div.DivClassName
{
background-color: #D4576C;
}
.BgClassName
{
background-color: #D4576C;
}
</style>
border-color css
<style>
span { border-color: #D4576C; }
span { border-color: rgb(212,87,108); }
td.TdClassName
{
border-color: #D4576C;
}
.TagClassName
{
border-color: #D4576C;
}
</style>