Shades of Cabaret #D4586A
Tints of Cabaret #D4586A
RGB
CMYK
RGB Variations
Color information
#D4586A (or 0xD4586A) is known color: Cabaret. HEX triplet: D4, 58 and 6A. RGB value is (212,88,106). Sum of RGB (Red+Green+Blue) = 212+88+106=406 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.22% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 106 (41.80% from 255 or 26.11% from 406); Max value from RGB is 212 - color contains mainly: red. Hex color #D4586A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4586A is #2BA795. Grayscale: #7F7F7F. Windows color (decimal): -2860950 or 6969556. OLE color: 6969556.
HSL color Cylindrical-coordinate representation of color #D4586A: hue angle of 351.29º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D4586A is Cyan = 0, Magento = 0.58, Yellow = 0.5 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 88 | 106 | - |
| CMYK | 0 | 0.58 | 0.5 | 0.17 |
| HSL | 351.29º | 0.59% | 0.59% | - |
| HSV(B) | 351.29º | 0.58% | 0.83% | - |
| XYZ | 33.24 | 22.02 | 16.13 | - |
| YUV | 127.13 | 116.08 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 88 | 106 | 0 | 0.58 | 0.5 | 0.17 | 351.29 | 0.59 | 0.59 |
| Hex | D4 | 58 | 6A | 0 | 3A | 32 | 11 | 15F | 3B | 3B |
| Octal | 324 | 130 | 152 | 0 | 72 | 62 | 21 | 537 | 73 | 73 |
| Binary | 11010100 | 1011000 | 1101010 | 0 | 111010 | 110010 | 10001 | 101011111 | 111011 | 111011 |
Color Harmonies of #D4586A
Complementary color
Monochromatic Colors of #D4586A
Black with #D4586A
Text Example
Text Example
White with #D4586A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4586A; }
p { color: rgb(212,88,106); }
H1.HeaderClassName
{
color: #D4586A;
}
.AnyTagClassName
{
color: #D4586A;
}
</style>
background-color css
<style>
a { background-color: #D4586A; }
a { background-color: rgb(212,88,106); }
div.DivClassName
{
background-color: #D4586A;
}
.BgClassName
{
background-color: #D4586A;
}
</style>
border-color css
<style>
span { border-color: #D4586A; }
span { border-color: rgb(212,88,106); }
td.TdClassName
{
border-color: #D4586A;
}
.TagClassName
{
border-color: #D4586A;
}
</style>