Shades of Cabaret #D4576A
Tints of Cabaret #D4576A
RGB
CMYK
RGB Variations
Color information
#D4576A (or 0xD4576A) is known color: Cabaret. HEX triplet: D4, 57 and 6A. RGB value is (212,87,106). Sum of RGB (Red+Green+Blue) = 212+87+106=405 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.35% from 405); Green value is 87 (34.38% from 255 or 21.48% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 212 - color contains mainly: red. Hex color #D4576A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4576A is #2BA895. Grayscale: #7E7E7E. Windows color (decimal): -2861206 or 6969300. OLE color: 6969300.
HSL color Cylindrical-coordinate representation of color #D4576A: hue angle of 350.88º 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 #D4576A is Cyan = 0, Magento = 0.59, Yellow = 0.5 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 87 | 106 | - |
| CMYK | 0 | 0.59 | 0.5 | 0.17 |
| HSL | 350.88º | 0.59% | 0.59% | - |
| HSV(B) | 350.88º | 0.59% | 0.83% | - |
| XYZ | 33.16 | 21.85 | 16.11 | - |
| YUV | 126.54 | 116.41 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 87 | 106 | 0 | 0.59 | 0.5 | 0.17 | 350.88 | 0.59 | 0.59 |
| Hex | D4 | 57 | 6A | 0 | 3B | 32 | 11 | 15F | 3B | 3B |
| Octal | 324 | 127 | 152 | 0 | 73 | 62 | 21 | 537 | 73 | 73 |
| Binary | 11010100 | 1010111 | 1101010 | 0 | 111011 | 110010 | 10001 | 101011111 | 111011 | 111011 |
Color Harmonies of #D4576A
Complementary color
Monochromatic Colors of #D4576A
Black with #D4576A
Text Example
Text Example
White with #D4576A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4576A; }
p { color: rgb(212,87,106); }
H1.HeaderClassName
{
color: #D4576A;
}
.AnyTagClassName
{
color: #D4576A;
}
</style>
background-color css
<style>
a { background-color: #D4576A; }
a { background-color: rgb(212,87,106); }
div.DivClassName
{
background-color: #D4576A;
}
.BgClassName
{
background-color: #D4576A;
}
</style>
border-color css
<style>
span { border-color: #D4576A; }
span { border-color: rgb(212,87,106); }
td.TdClassName
{
border-color: #D4576A;
}
.TagClassName
{
border-color: #D4576A;
}
</style>