Shades of Cabaret #C24A6A
Tints of Cabaret #C24A6A
RGB
CMYK
RGB Variations
Color information
#C24A6A (or 0xC24A6A) is known color: Cabaret. HEX triplet: C2, 4A and 6A. RGB value is (194,74,106). Sum of RGB (Red+Green+Blue) = 194+74+106=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 74 (29.30% from 255 or 19.79% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24A6A is #3DB595. Grayscale: #717171. Windows color (decimal): -4044182 or 6965954. OLE color: 6965954.
HSL color Cylindrical-coordinate representation of color #C24A6A: hue angle of 344º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24A6A is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 74 | 106 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.24 |
| HSL | 344º | 0.5% | 0.53% | - |
| HSV(B) | 344º | 0.62% | 0.76% | - |
| XYZ | 27.3 | 17.41 | 15.56 | - |
| YUV | 113.53 | 123.76 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 106 | 0 | 0.62 | 0.45 | 0.24 | 344 | 0.5 | 0.53 |
| Hex | C2 | 4A | 6A | 0 | 3E | 2D | 18 | 158 | 32 | 35 |
| Octal | 302 | 112 | 152 | 0 | 76 | 55 | 30 | 530 | 62 | 65 |
| Binary | 11000010 | 1001010 | 1101010 | 0 | 111110 | 101101 | 11000 | 101011000 | 110010 | 110101 |
Color Harmonies of #C24A6A
Complementary color
Monochromatic Colors of #C24A6A
Black with #C24A6A
Text Example
Text Example
White with #C24A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24A6A; }
p { color: rgb(194,74,106); }
H1.HeaderClassName
{
color: #C24A6A;
}
.AnyTagClassName
{
color: #C24A6A;
}
</style>
background-color css
<style>
a { background-color: #C24A6A; }
a { background-color: rgb(194,74,106); }
div.DivClassName
{
background-color: #C24A6A;
}
.BgClassName
{
background-color: #C24A6A;
}
</style>
border-color css
<style>
span { border-color: #C24A6A; }
span { border-color: rgb(194,74,106); }
td.TdClassName
{
border-color: #C24A6A;
}
.TagClassName
{
border-color: #C24A6A;
}
</style>