Shades of Cabaret #D2546C
Tints of Cabaret #D2546C
RGB
CMYK
RGB Variations
Color information
#D2546C (or 0xD2546C) is known color: Cabaret. HEX triplet: D2, 54 and 6C. RGB value is (210,84,108). Sum of RGB (Red+Green+Blue) = 210+84+108=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D2546C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2546C is #2DAB93. Grayscale: #7C7C7C. Windows color (decimal): -2993044 or 7099602. OLE color: 7099602.
HSL color Cylindrical-coordinate representation of color #D2546C: hue angle of 348.57º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D2546C is Cyan = 0, Magento = 0.6, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 84 | 108 | - |
| CMYK | 0 | 0.6 | 0.49 | 0.18 |
| HSL | 348.57º | 0.58% | 0.58% | - |
| HSV(B) | 348.57º | 0.6% | 0.82% | - |
| XYZ | 32.46 | 21.12 | 16.55 | - |
| YUV | 124.41 | 118.74 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 84 | 108 | 0 | 0.6 | 0.49 | 0.18 | 348.57 | 0.58 | 0.58 |
| Hex | D2 | 54 | 6C | 0 | 3C | 31 | 12 | 15D | 3A | 3A |
| Octal | 322 | 124 | 154 | 0 | 74 | 61 | 22 | 535 | 72 | 72 |
| Binary | 11010010 | 1010100 | 1101100 | 0 | 111100 | 110001 | 10010 | 101011101 | 111010 | 111010 |
Color Harmonies of #D2546C
Complementary color
Monochromatic Colors of #D2546C
Black with #D2546C
Text Example
Text Example
White with #D2546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2546C; }
p { color: rgb(210,84,108); }
H1.HeaderClassName
{
color: #D2546C;
}
.AnyTagClassName
{
color: #D2546C;
}
</style>
background-color css
<style>
a { background-color: #D2546C; }
a { background-color: rgb(210,84,108); }
div.DivClassName
{
background-color: #D2546C;
}
.BgClassName
{
background-color: #D2546C;
}
</style>
border-color css
<style>
span { border-color: #D2546C; }
span { border-color: rgb(210,84,108); }
td.TdClassName
{
border-color: #D2546C;
}
.TagClassName
{
border-color: #D2546C;
}
</style>