Shades of Cabaret #C2496A
Tints of Cabaret #C2496A
RGB
CMYK
RGB Variations
Color information
#C2496A (or 0xC2496A) is known color: Cabaret. HEX triplet: C2, 49 and 6A. RGB value is (194,73,106). Sum of RGB (Red+Green+Blue) = 194+73+106=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C2496A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2496A is #3DB695. Grayscale: #707070. Windows color (decimal): -4044438 or 6965698. OLE color: 6965698.
HSL color Cylindrical-coordinate representation of color #C2496A: hue angle of 343.64º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2496A is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 106 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.24 |
| HSL | 343.64º | 0.5% | 0.52% | - |
| HSV(B) | 343.64º | 0.62% | 0.76% | - |
| XYZ | 27.23 | 17.28 | 15.53 | - |
| YUV | 112.94 | 124.09 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 106 | 0 | 0.62 | 0.45 | 0.24 | 343.64 | 0.5 | 0.52 |
| Hex | C2 | 49 | 6A | 0 | 3E | 2D | 18 | 158 | 32 | 34 |
| Octal | 302 | 111 | 152 | 0 | 76 | 55 | 30 | 530 | 62 | 64 |
| Binary | 11000010 | 1001001 | 1101010 | 0 | 111110 | 101101 | 11000 | 101011000 | 110010 | 110100 |
Color Harmonies of #C2496A
Complementary color
Monochromatic Colors of #C2496A
Black with #C2496A
Text Example
Text Example
White with #C2496A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2496A; }
p { color: rgb(194,73,106); }
H1.HeaderClassName
{
color: #C2496A;
}
.AnyTagClassName
{
color: #C2496A;
}
</style>
background-color css
<style>
a { background-color: #C2496A; }
a { background-color: rgb(194,73,106); }
div.DivClassName
{
background-color: #C2496A;
}
.BgClassName
{
background-color: #C2496A;
}
</style>
border-color css
<style>
span { border-color: #C2496A; }
span { border-color: rgb(194,73,106); }
td.TdClassName
{
border-color: #C2496A;
}
.TagClassName
{
border-color: #C2496A;
}
</style>