Shades of Cabaret #C24F71
Tints of Cabaret #C24F71
RGB
CMYK
RGB Variations
Color information
#C24F71 (or 0xC24F71) is known color: Cabaret. HEX triplet: C2, 4F and 71. RGB value is (194,79,113). Sum of RGB (Red+Green+Blue) = 194+79+113=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24F71 is #3DB08E. Grayscale: #757575. Windows color (decimal): -4042895 or 7425986. OLE color: 7425986.
HSL color Cylindrical-coordinate representation of color #C24F71: hue angle of 342.26º 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 #C24F71 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 113 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.24 |
| HSL | 342.26º | 0.49% | 0.54% | - |
| HSV(B) | 342.26º | 0.59% | 0.76% | - |
| XYZ | 28.02 | 18.25 | 17.67 | - |
| YUV | 117.26 | 125.6 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 113 | 0 | 0.59 | 0.42 | 0.24 | 342.26 | 0.49 | 0.54 |
| Hex | C2 | 4F | 71 | 0 | 3B | 2A | 18 | 156 | 31 | 36 |
| Octal | 302 | 117 | 161 | 0 | 73 | 52 | 30 | 526 | 61 | 66 |
| Binary | 11000010 | 1001111 | 1110001 | 0 | 111011 | 101010 | 11000 | 101010110 | 110001 | 110110 |
Color Harmonies of #C24F71
Complementary color
Monochromatic Colors of #C24F71
Black with #C24F71
Text Example
Text Example
White with #C24F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24F71; }
p { color: rgb(194,79,113); }
H1.HeaderClassName
{
color: #C24F71;
}
.AnyTagClassName
{
color: #C24F71;
}
</style>
background-color css
<style>
a { background-color: #C24F71; }
a { background-color: rgb(194,79,113); }
div.DivClassName
{
background-color: #C24F71;
}
.BgClassName
{
background-color: #C24F71;
}
</style>
border-color css
<style>
span { border-color: #C24F71; }
span { border-color: rgb(194,79,113); }
td.TdClassName
{
border-color: #C24F71;
}
.TagClassName
{
border-color: #C24F71;
}
</style>