Shades of Cabaret #C24F6A
Tints of Cabaret #C24F6A
RGB
CMYK
RGB Variations
Color information
#C24F6A (or 0xC24F6A) is known color: Cabaret. HEX triplet: C2, 4F and 6A. RGB value is (194,79,106). Sum of RGB (Red+Green+Blue) = 194+79+106=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24F6A is #3DB095. Grayscale: #747474. Windows color (decimal): -4042902 or 6967234. OLE color: 6967234.
HSL color Cylindrical-coordinate representation of color #C24F6A: hue angle of 345.91º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C24F6A is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 106 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.24 |
| HSL | 345.91º | 0.49% | 0.54% | - |
| HSV(B) | 345.91º | 0.59% | 0.76% | - |
| XYZ | 27.65 | 18.1 | 15.67 | - |
| YUV | 116.46 | 122.1 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 106 | 0 | 0.59 | 0.45 | 0.24 | 345.91 | 0.49 | 0.54 |
| Hex | C2 | 4F | 6A | 0 | 3B | 2D | 18 | 15A | 31 | 36 |
| Octal | 302 | 117 | 152 | 0 | 73 | 55 | 30 | 532 | 61 | 66 |
| Binary | 11000010 | 1001111 | 1101010 | 0 | 111011 | 101101 | 11000 | 101011010 | 110001 | 110110 |
Color Harmonies of #C24F6A
Complementary color
Monochromatic Colors of #C24F6A
Black with #C24F6A
Text Example
Text Example
White with #C24F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24F6A; }
p { color: rgb(194,79,106); }
H1.HeaderClassName
{
color: #C24F6A;
}
.AnyTagClassName
{
color: #C24F6A;
}
</style>
background-color css
<style>
a { background-color: #C24F6A; }
a { background-color: rgb(194,79,106); }
div.DivClassName
{
background-color: #C24F6A;
}
.BgClassName
{
background-color: #C24F6A;
}
</style>
border-color css
<style>
span { border-color: #C24F6A; }
span { border-color: rgb(194,79,106); }
td.TdClassName
{
border-color: #C24F6A;
}
.TagClassName
{
border-color: #C24F6A;
}
</style>