Shades of Cabaret #C4516F
Tints of Cabaret #C4516F
RGB
CMYK
RGB Variations
Color information
#C4516F (or 0xC4516F) is known color: Cabaret. HEX triplet: C4, 51 and 6F. RGB value is (196,81,111). Sum of RGB (Red+Green+Blue) = 196+81+111=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C4516F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4516F is #3BAE90. Grayscale: #767676. Windows color (decimal): -3911313 or 7295428. OLE color: 7295428.
HSL color Cylindrical-coordinate representation of color #C4516F: hue angle of 344.35º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C4516F is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 111 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.23 |
| HSL | 344.35º | 0.49% | 0.54% | - |
| HSV(B) | 344.35º | 0.59% | 0.77% | - |
| XYZ | 28.58 | 18.77 | 17.16 | - |
| YUV | 118.81 | 123.6 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 111 | 0 | 0.59 | 0.43 | 0.23 | 344.35 | 0.49 | 0.54 |
| Hex | C4 | 51 | 6F | 0 | 3B | 2B | 17 | 158 | 31 | 36 |
| Octal | 304 | 121 | 157 | 0 | 73 | 53 | 27 | 530 | 61 | 66 |
| Binary | 11000100 | 1010001 | 1101111 | 0 | 111011 | 101011 | 10111 | 101011000 | 110001 | 110110 |
Color Harmonies of #C4516F
Complementary color
Monochromatic Colors of #C4516F
Black with #C4516F
Text Example
Text Example
White with #C4516F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4516F; }
p { color: rgb(196,81,111); }
H1.HeaderClassName
{
color: #C4516F;
}
.AnyTagClassName
{
color: #C4516F;
}
</style>
background-color css
<style>
a { background-color: #C4516F; }
a { background-color: rgb(196,81,111); }
div.DivClassName
{
background-color: #C4516F;
}
.BgClassName
{
background-color: #C4516F;
}
</style>
border-color css
<style>
span { border-color: #C4516F; }
span { border-color: rgb(196,81,111); }
td.TdClassName
{
border-color: #C4516F;
}
.TagClassName
{
border-color: #C4516F;
}
</style>