Shades of Cabaret #C24D70
Tints of Cabaret #C24D70
RGB
CMYK
RGB Variations
Color information
#C24D70 (or 0xC24D70) is known color: Cabaret. HEX triplet: C2, 4D and 70. RGB value is (194,77,112). Sum of RGB (Red+Green+Blue) = 194+77+112=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24D70 is #3DB28F. Grayscale: #737373. Windows color (decimal): -4043408 or 7359938. OLE color: 7359938.
HSL color Cylindrical-coordinate representation of color #C24D70: hue angle of 342.05º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C24D70 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 77 | 112 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.24 |
| HSL | 342.05º | 0.49% | 0.53% | - |
| HSV(B) | 342.05º | 0.6% | 0.76% | - |
| XYZ | 27.83 | 17.95 | 17.33 | - |
| YUV | 115.97 | 125.76 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 112 | 0 | 0.60 | 0.42 | 0.24 | 342.05 | 0.49 | 0.53 |
| Hex | C2 | 4D | 70 | 0 | 3C | 2A | 18 | 156 | 31 | 35 |
| Octal | 302 | 115 | 160 | 0 | 74 | 52 | 30 | 526 | 61 | 65 |
| Binary | 11000010 | 1001101 | 1110000 | 0 | 111100 | 101010 | 11000 | 101010110 | 110001 | 110101 |
Color Harmonies of #C24D70
Complementary color
Monochromatic Colors of #C24D70
Black with #C24D70
Text Example
Text Example
White with #C24D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24D70; }
p { color: rgb(194,77,112); }
H1.HeaderClassName
{
color: #C24D70;
}
.AnyTagClassName
{
color: #C24D70;
}
</style>
background-color css
<style>
a { background-color: #C24D70; }
a { background-color: rgb(194,77,112); }
div.DivClassName
{
background-color: #C24D70;
}
.BgClassName
{
background-color: #C24D70;
}
</style>
border-color css
<style>
span { border-color: #C24D70; }
span { border-color: rgb(194,77,112); }
td.TdClassName
{
border-color: #C24D70;
}
.TagClassName
{
border-color: #C24D70;
}
</style>