Shades of Cabaret #C5616F
Tints of Cabaret #C5616F
RGB
CMYK
RGB Variations
Color information
#C5616F (or 0xC5616F) is known color: Cabaret. HEX triplet: C5, 61 and 6F. RGB value is (197,97,111). Sum of RGB (Red+Green+Blue) = 197+97+111=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 111 (43.75% from 255 or 27.41% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C5616F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5616F is #3A9E90. Grayscale: #808080. Windows color (decimal): -3841681 or 7299525. OLE color: 7299525.
HSL color Cylindrical-coordinate representation of color #C5616F: hue angle of 351.6º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C5616F is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 97 | 111 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.23 |
| HSL | 351.6º | 0.46% | 0.58% | - |
| HSV(B) | 351.6º | 0.51% | 0.77% | - |
| XYZ | 30.17 | 21.57 | 17.61 | - |
| YUV | 128.5 | 118.13 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 97 | 111 | 0 | 0.51 | 0.44 | 0.23 | 351.6 | 0.46 | 0.58 |
| Hex | C5 | 61 | 6F | 0 | 33 | 2C | 17 | 160 | 2E | 3A |
| Octal | 305 | 141 | 157 | 0 | 63 | 54 | 27 | 540 | 56 | 72 |
| Binary | 11000101 | 1100001 | 1101111 | 0 | 110011 | 101100 | 10111 | 101100000 | 101110 | 111010 |
Color Harmonies of #C5616F
Complementary color
Monochromatic Colors of #C5616F
Black with #C5616F
Text Example
Text Example
White with #C5616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5616F; }
p { color: rgb(197,97,111); }
H1.HeaderClassName
{
color: #C5616F;
}
.AnyTagClassName
{
color: #C5616F;
}
</style>
background-color css
<style>
a { background-color: #C5616F; }
a { background-color: rgb(197,97,111); }
div.DivClassName
{
background-color: #C5616F;
}
.BgClassName
{
background-color: #C5616F;
}
</style>
border-color css
<style>
span { border-color: #C5616F; }
span { border-color: rgb(197,97,111); }
td.TdClassName
{
border-color: #C5616F;
}
.TagClassName
{
border-color: #C5616F;
}
</style>