Shades of Cabaret #C24F66
Tints of Cabaret #C24F66
RGB
CMYK
RGB Variations
Color information
#C24F66 (or 0xC24F66) is known color: Cabaret. HEX triplet: C2, 4F and 66. RGB value is (194,79,102). Sum of RGB (Red+Green+Blue) = 194+79+102=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 79 (31.25% from 255 or 21.07% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24F66 is #3DB099. Grayscale: #747474. Windows color (decimal): -4042906 or 6705090. OLE color: 6705090.
HSL color Cylindrical-coordinate representation of color #C24F66: hue angle of 348º 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 #C24F66 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 102 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.24 |
| HSL | 348º | 0.49% | 0.54% | - |
| HSV(B) | 348º | 0.59% | 0.76% | - |
| XYZ | 27.44 | 18.02 | 14.6 | - |
| YUV | 116.01 | 120.1 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 102 | 0 | 0.59 | 0.47 | 0.24 | 348 | 0.49 | 0.54 |
| Hex | C2 | 4F | 66 | 0 | 3B | 2F | 18 | 15C | 31 | 36 |
| Octal | 302 | 117 | 146 | 0 | 73 | 57 | 30 | 534 | 61 | 66 |
| Binary | 11000010 | 1001111 | 1100110 | 0 | 111011 | 101111 | 11000 | 101011100 | 110001 | 110110 |
Color Harmonies of #C24F66
Complementary color
Monochromatic Colors of #C24F66
Black with #C24F66
Text Example
Text Example
White with #C24F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24F66; }
p { color: rgb(194,79,102); }
H1.HeaderClassName
{
color: #C24F66;
}
.AnyTagClassName
{
color: #C24F66;
}
</style>
background-color css
<style>
a { background-color: #C24F66; }
a { background-color: rgb(194,79,102); }
div.DivClassName
{
background-color: #C24F66;
}
.BgClassName
{
background-color: #C24F66;
}
</style>
border-color css
<style>
span { border-color: #C24F66; }
span { border-color: rgb(194,79,102); }
td.TdClassName
{
border-color: #C24F66;
}
.TagClassName
{
border-color: #C24F66;
}
</style>