Shades of Cabaret #C3496E
Tints of Cabaret #C3496E
RGB
CMYK
RGB Variations
Color information
#C3496E (or 0xC3496E) is known color: Cabaret. HEX triplet: C3, 49 and 6E. RGB value is (195,73,110). Sum of RGB (Red+Green+Blue) = 195+73+110=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C3496E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3496E is #3CB691. Grayscale: #717171. Windows color (decimal): -3978898 or 7227843. OLE color: 7227843.
HSL color Cylindrical-coordinate representation of color #C3496E: hue angle of 341.8º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3496E is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 73 | 110 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.24 |
| HSL | 341.8º | 0.5% | 0.53% | - |
| HSV(B) | 341.8º | 0.63% | 0.76% | - |
| XYZ | 27.7 | 17.49 | 16.67 | - |
| YUV | 113.7 | 125.92 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 110 | 0 | 0.63 | 0.44 | 0.24 | 341.8 | 0.5 | 0.53 |
| Hex | C3 | 49 | 6E | 0 | 3F | 2C | 18 | 156 | 32 | 35 |
| Octal | 303 | 111 | 156 | 0 | 77 | 54 | 30 | 526 | 62 | 65 |
| Binary | 11000011 | 1001001 | 1101110 | 0 | 111111 | 101100 | 11000 | 101010110 | 110010 | 110101 |
Color Harmonies of #C3496E
Complementary color
Monochromatic Colors of #C3496E
Black with #C3496E
Text Example
Text Example
White with #C3496E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3496E; }
p { color: rgb(195,73,110); }
H1.HeaderClassName
{
color: #C3496E;
}
.AnyTagClassName
{
color: #C3496E;
}
</style>
background-color css
<style>
a { background-color: #C3496E; }
a { background-color: rgb(195,73,110); }
div.DivClassName
{
background-color: #C3496E;
}
.BgClassName
{
background-color: #C3496E;
}
</style>
border-color css
<style>
span { border-color: #C3496E; }
span { border-color: rgb(195,73,110); }
td.TdClassName
{
border-color: #C3496E;
}
.TagClassName
{
border-color: #C3496E;
}
</style>