Shades of Cabaret #C24E6E
Tints of Cabaret #C24E6E
RGB
CMYK
RGB Variations
Color information
#C24E6E (or 0xC24E6E) is known color: Cabaret. HEX triplet: C2, 4E and 6E. RGB value is (194,78,110). Sum of RGB (Red+Green+Blue) = 194+78+110=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24E6E is #3DB191. Grayscale: #747474. Windows color (decimal): -4043154 or 7229122. OLE color: 7229122.
HSL color Cylindrical-coordinate representation of color #C24E6E: hue angle of 343.45º 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 #C24E6E is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 78 | 110 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.24 |
| HSL | 343.45º | 0.49% | 0.53% | - |
| HSV(B) | 343.45º | 0.6% | 0.76% | - |
| XYZ | 27.79 | 18.04 | 16.77 | - |
| YUV | 116.33 | 124.43 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 110 | 0 | 0.60 | 0.43 | 0.24 | 343.45 | 0.49 | 0.53 |
| Hex | C2 | 4E | 6E | 0 | 3C | 2B | 18 | 157 | 31 | 35 |
| Octal | 302 | 116 | 156 | 0 | 74 | 53 | 30 | 527 | 61 | 65 |
| Binary | 11000010 | 1001110 | 1101110 | 0 | 111100 | 101011 | 11000 | 101010111 | 110001 | 110101 |
Color Harmonies of #C24E6E
Complementary color
Monochromatic Colors of #C24E6E
Black with #C24E6E
Text Example
Text Example
White with #C24E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24E6E; }
p { color: rgb(194,78,110); }
H1.HeaderClassName
{
color: #C24E6E;
}
.AnyTagClassName
{
color: #C24E6E;
}
</style>
background-color css
<style>
a { background-color: #C24E6E; }
a { background-color: rgb(194,78,110); }
div.DivClassName
{
background-color: #C24E6E;
}
.BgClassName
{
background-color: #C24E6E;
}
</style>
border-color css
<style>
span { border-color: #C24E6E; }
span { border-color: rgb(194,78,110); }
td.TdClassName
{
border-color: #C24E6E;
}
.TagClassName
{
border-color: #C24E6E;
}
</style>