Shades of Cabaret #D2496C
Tints of Cabaret #D2496C
RGB
CMYK
RGB Variations
Color information
#D2496C (or 0xD2496C) is known color: Cabaret. HEX triplet: D2, 49 and 6C. RGB value is (210,73,108). Sum of RGB (Red+Green+Blue) = 210+73+108=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D2496C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2496C is #2DB693. Grayscale: #757575. Windows color (decimal): -2995860 or 7096786. OLE color: 7096786.
HSL color Cylindrical-coordinate representation of color #D2496C: hue angle of 344.67º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D2496C is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 73 | 108 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.18 |
| HSL | 344.67º | 0.6% | 0.55% | - |
| HSV(B) | 344.67º | 0.65% | 0.82% | - |
| XYZ | 31.67 | 19.55 | 16.29 | - |
| YUV | 117.95 | 122.39 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 108 | 0 | 0.65 | 0.49 | 0.18 | 344.67 | 0.6 | 0.55 |
| Hex | D2 | 49 | 6C | 0 | 41 | 31 | 12 | 159 | 3C | 37 |
| Octal | 322 | 111 | 154 | 0 | 101 | 61 | 22 | 531 | 74 | 67 |
| Binary | 11010010 | 1001001 | 1101100 | 0 | 1000001 | 110001 | 10010 | 101011001 | 111100 | 110111 |
Color Harmonies of #D2496C
Complementary color
Monochromatic Colors of #D2496C
Black with #D2496C
Text Example
Text Example
White with #D2496C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2496C; }
p { color: rgb(210,73,108); }
H1.HeaderClassName
{
color: #D2496C;
}
.AnyTagClassName
{
color: #D2496C;
}
</style>
background-color css
<style>
a { background-color: #D2496C; }
a { background-color: rgb(210,73,108); }
div.DivClassName
{
background-color: #D2496C;
}
.BgClassName
{
background-color: #D2496C;
}
</style>
border-color css
<style>
span { border-color: #D2496C; }
span { border-color: rgb(210,73,108); }
td.TdClassName
{
border-color: #D2496C;
}
.TagClassName
{
border-color: #D2496C;
}
</style>