Shades of Cabaret #D24C68
Tints of Cabaret #D24C68
RGB
CMYK
RGB Variations
Color information
#D24C68 (or 0xD24C68) is known color: Cabaret. HEX triplet: D2, 4C and 68. RGB value is (210,76,104). Sum of RGB (Red+Green+Blue) = 210+76+104=390 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.85% from 390); Green value is 76 (30.08% from 255 or 19.49% from 390); Blue value is 104 (41.02% from 255 or 26.67% from 390); Max value from RGB is 210 - color contains mainly: red. Hex color #D24C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24C68 is #2DB397. Grayscale: #777777. Windows color (decimal): -2995096 or 6835410. OLE color: 6835410.
HSL color Cylindrical-coordinate representation of color #D24C68: hue angle of 347.46º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D24C68 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 76 | 104 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.18 |
| HSL | 347.46º | 0.6% | 0.56% | - |
| HSV(B) | 347.46º | 0.64% | 0.82% | - |
| XYZ | 31.66 | 19.87 | 15.26 | - |
| YUV | 119.26 | 119.39 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 76 | 104 | 0 | 0.64 | 0.50 | 0.18 | 347.46 | 0.6 | 0.56 |
| Hex | D2 | 4C | 68 | 0 | 40 | 32 | 12 | 15B | 3C | 38 |
| Octal | 322 | 114 | 150 | 0 | 100 | 62 | 22 | 533 | 74 | 70 |
| Binary | 11010010 | 1001100 | 1101000 | 0 | 1000000 | 110010 | 10010 | 101011011 | 111100 | 111000 |
Color Harmonies of #D24C68
Complementary color
Monochromatic Colors of #D24C68
Black with #D24C68
Text Example
Text Example
White with #D24C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24C68; }
p { color: rgb(210,76,104); }
H1.HeaderClassName
{
color: #D24C68;
}
.AnyTagClassName
{
color: #D24C68;
}
</style>
background-color css
<style>
a { background-color: #D24C68; }
a { background-color: rgb(210,76,104); }
div.DivClassName
{
background-color: #D24C68;
}
.BgClassName
{
background-color: #D24C68;
}
</style>
border-color css
<style>
span { border-color: #D24C68; }
span { border-color: rgb(210,76,104); }
td.TdClassName
{
border-color: #D24C68;
}
.TagClassName
{
border-color: #D24C68;
}
</style>