Shades of Cabaret #C24E6A
Tints of Cabaret #C24E6A
RGB
CMYK
RGB Variations
Color information
#C24E6A (or 0xC24E6A) is known color: Cabaret. HEX triplet: C2, 4E and 6A. RGB value is (194,78,106). Sum of RGB (Red+Green+Blue) = 194+78+106=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24E6A is #3DB195. Grayscale: #737373. Windows color (decimal): -4043158 or 6966978. OLE color: 6966978.
HSL color Cylindrical-coordinate representation of color #C24E6A: hue angle of 345.52º 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 #C24E6A is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 78 | 106 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.24 |
| HSL | 345.52º | 0.49% | 0.53% | - |
| HSV(B) | 345.52º | 0.6% | 0.76% | - |
| XYZ | 27.57 | 17.96 | 15.65 | - |
| YUV | 115.88 | 122.43 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 106 | 0 | 0.60 | 0.45 | 0.24 | 345.52 | 0.49 | 0.53 |
| Hex | C2 | 4E | 6A | 0 | 3C | 2D | 18 | 15A | 31 | 35 |
| Octal | 302 | 116 | 152 | 0 | 74 | 55 | 30 | 532 | 61 | 65 |
| Binary | 11000010 | 1001110 | 1101010 | 0 | 111100 | 101101 | 11000 | 101011010 | 110001 | 110101 |
Color Harmonies of #C24E6A
Complementary color
Monochromatic Colors of #C24E6A
Black with #C24E6A
Text Example
Text Example
White with #C24E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24E6A; }
p { color: rgb(194,78,106); }
H1.HeaderClassName
{
color: #C24E6A;
}
.AnyTagClassName
{
color: #C24E6A;
}
</style>
background-color css
<style>
a { background-color: #C24E6A; }
a { background-color: rgb(194,78,106); }
div.DivClassName
{
background-color: #C24E6A;
}
.BgClassName
{
background-color: #C24E6A;
}
</style>
border-color css
<style>
span { border-color: #C24E6A; }
span { border-color: rgb(194,78,106); }
td.TdClassName
{
border-color: #C24E6A;
}
.TagClassName
{
border-color: #C24E6A;
}
</style>