Shades of Cabaret #C24E6C
Tints of Cabaret #C24E6C
RGB
CMYK
RGB Variations
Color information
#C24E6C (or 0xC24E6C) is known color: Cabaret. HEX triplet: C2, 4E and 6C. RGB value is (194,78,108). Sum of RGB (Red+Green+Blue) = 194+78+108=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 78 (30.86% from 255 or 20.53% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24E6C is #3DB193. Grayscale: #747474. Windows color (decimal): -4043156 or 7098050. OLE color: 7098050.
HSL color Cylindrical-coordinate representation of color #C24E6C: hue angle of 344.48º 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 #C24E6C is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 78 | 108 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.24 |
| HSL | 344.48º | 0.49% | 0.53% | - |
| HSV(B) | 344.48º | 0.6% | 0.76% | - |
| XYZ | 27.68 | 18 | 16.2 | - |
| YUV | 116.1 | 123.43 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 108 | 0 | 0.60 | 0.44 | 0.24 | 344.48 | 0.49 | 0.53 |
| Hex | C2 | 4E | 6C | 0 | 3C | 2C | 18 | 158 | 31 | 35 |
| Octal | 302 | 116 | 154 | 0 | 74 | 54 | 30 | 530 | 61 | 65 |
| Binary | 11000010 | 1001110 | 1101100 | 0 | 111100 | 101100 | 11000 | 101011000 | 110001 | 110101 |
Color Harmonies of #C24E6C
Complementary color
Monochromatic Colors of #C24E6C
Black with #C24E6C
Text Example
Text Example
White with #C24E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24E6C; }
p { color: rgb(194,78,108); }
H1.HeaderClassName
{
color: #C24E6C;
}
.AnyTagClassName
{
color: #C24E6C;
}
</style>
background-color css
<style>
a { background-color: #C24E6C; }
a { background-color: rgb(194,78,108); }
div.DivClassName
{
background-color: #C24E6C;
}
.BgClassName
{
background-color: #C24E6C;
}
</style>
border-color css
<style>
span { border-color: #C24E6C; }
span { border-color: rgb(194,78,108); }
td.TdClassName
{
border-color: #C24E6C;
}
.TagClassName
{
border-color: #C24E6C;
}
</style>