Shades of Cabaret #D4526A
Tints of Cabaret #D4526A
RGB
CMYK
RGB Variations
Color information
#D4526A (or 0xD4526A) is known color: Cabaret. HEX triplet: D4, 52 and 6A. RGB value is (212,82,106). Sum of RGB (Red+Green+Blue) = 212+82+106=400 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 106 (41.80% from 255 or 26.5% from 400); Max value from RGB is 212 - color contains mainly: red. Hex color #D4526A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4526A is #2BAD95. Grayscale: #7B7B7B. Windows color (decimal): -2862486 or 6968020. OLE color: 6968020.
HSL color Cylindrical-coordinate representation of color #D4526A: hue angle of 348.92º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D4526A is Cyan = 0, Magento = 0.61, Yellow = 0.5 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 82 | 106 | - |
| CMYK | 0 | 0.61 | 0.5 | 0.17 |
| HSL | 348.92º | 0.6% | 0.58% | - |
| HSV(B) | 348.92º | 0.61% | 0.83% | - |
| XYZ | 32.77 | 21.07 | 15.98 | - |
| YUV | 123.61 | 118.07 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 82 | 106 | 0 | 0.61 | 0.5 | 0.17 | 348.92 | 0.6 | 0.58 |
| Hex | D4 | 52 | 6A | 0 | 3D | 32 | 11 | 15D | 3C | 3A |
| Octal | 324 | 122 | 152 | 0 | 75 | 62 | 21 | 535 | 74 | 72 |
| Binary | 11010100 | 1010010 | 1101010 | 0 | 111101 | 110010 | 10001 | 101011101 | 111100 | 111010 |
Color Harmonies of #D4526A
Complementary color
Monochromatic Colors of #D4526A
Black with #D4526A
Text Example
Text Example
White with #D4526A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4526A; }
p { color: rgb(212,82,106); }
H1.HeaderClassName
{
color: #D4526A;
}
.AnyTagClassName
{
color: #D4526A;
}
</style>
background-color css
<style>
a { background-color: #D4526A; }
a { background-color: rgb(212,82,106); }
div.DivClassName
{
background-color: #D4526A;
}
.BgClassName
{
background-color: #D4526A;
}
</style>
border-color css
<style>
span { border-color: #D4526A; }
span { border-color: rgb(212,82,106); }
td.TdClassName
{
border-color: #D4526A;
}
.TagClassName
{
border-color: #D4526A;
}
</style>