Shades of Cabaret #C4496F
Tints of Cabaret #C4496F
RGB
CMYK
RGB Variations
Color information
#C4496F (or 0xC4496F) is known color: Cabaret. HEX triplet: C4, 49 and 6F. RGB value is (196,73,111). Sum of RGB (Red+Green+Blue) = 196+73+111=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C4496F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4496F is #3BB690. Grayscale: #727272. Windows color (decimal): -3913361 or 7293380. OLE color: 7293380.
HSL color Cylindrical-coordinate representation of color #C4496F: hue angle of 341.46º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C4496F is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 73 | 111 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.23 |
| HSL | 341.46º | 0.51% | 0.53% | - |
| HSV(B) | 341.46º | 0.63% | 0.77% | - |
| XYZ | 28.02 | 17.65 | 16.97 | - |
| YUV | 114.11 | 126.25 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 111 | 0 | 0.63 | 0.43 | 0.23 | 341.46 | 0.51 | 0.53 |
| Hex | C4 | 49 | 6F | 0 | 3F | 2B | 17 | 155 | 33 | 35 |
| Octal | 304 | 111 | 157 | 0 | 77 | 53 | 27 | 525 | 63 | 65 |
| Binary | 11000100 | 1001001 | 1101111 | 0 | 111111 | 101011 | 10111 | 101010101 | 110011 | 110101 |
Color Harmonies of #C4496F
Complementary color
Monochromatic Colors of #C4496F
Black with #C4496F
Text Example
Text Example
White with #C4496F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4496F; }
p { color: rgb(196,73,111); }
H1.HeaderClassName
{
color: #C4496F;
}
.AnyTagClassName
{
color: #C4496F;
}
</style>
background-color css
<style>
a { background-color: #C4496F; }
a { background-color: rgb(196,73,111); }
div.DivClassName
{
background-color: #C4496F;
}
.BgClassName
{
background-color: #C4496F;
}
</style>
border-color css
<style>
span { border-color: #C4496F; }
span { border-color: rgb(196,73,111); }
td.TdClassName
{
border-color: #C4496F;
}
.TagClassName
{
border-color: #C4496F;
}
</style>