Shades of Cabaret #C1516F
Tints of Cabaret #C1516F
RGB
CMYK
RGB Variations
Color information
#C1516F (or 0xC1516F) is known color: Cabaret. HEX triplet: C1, 51 and 6F. RGB value is (193,81,111). Sum of RGB (Red+Green+Blue) = 193+81+111=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C1516F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1516F is #3EAE90. Grayscale: #757575. Windows color (decimal): -4107921 or 7295425. OLE color: 7295425.
HSL color Cylindrical-coordinate representation of color #C1516F: hue angle of 343.93º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C1516F is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 81 | 111 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.24 |
| HSL | 343.93º | 0.47% | 0.54% | - |
| HSV(B) | 343.93º | 0.58% | 0.76% | - |
| XYZ | 27.8 | 18.37 | 17.12 | - |
| YUV | 117.91 | 124.11 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 111 | 0 | 0.58 | 0.42 | 0.24 | 343.93 | 0.47 | 0.54 |
| Hex | C1 | 51 | 6F | 0 | 3A | 2A | 18 | 158 | 2F | 36 |
| Octal | 301 | 121 | 157 | 0 | 72 | 52 | 30 | 530 | 57 | 66 |
| Binary | 11000001 | 1010001 | 1101111 | 0 | 111010 | 101010 | 11000 | 101011000 | 101111 | 110110 |
Color Harmonies of #C1516F
Complementary color
Monochromatic Colors of #C1516F
Black with #C1516F
Text Example
Text Example
White with #C1516F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1516F; }
p { color: rgb(193,81,111); }
H1.HeaderClassName
{
color: #C1516F;
}
.AnyTagClassName
{
color: #C1516F;
}
</style>
background-color css
<style>
a { background-color: #C1516F; }
a { background-color: rgb(193,81,111); }
div.DivClassName
{
background-color: #C1516F;
}
.BgClassName
{
background-color: #C1516F;
}
</style>
border-color css
<style>
span { border-color: #C1516F; }
span { border-color: rgb(193,81,111); }
td.TdClassName
{
border-color: #C1516F;
}
.TagClassName
{
border-color: #C1516F;
}
</style>