Shades of Cabaret #C2516F
Tints of Cabaret #C2516F
RGB
CMYK
RGB Variations
Color information
#C2516F (or 0xC2516F) is known color: Cabaret. HEX triplet: C2, 51 and 6F. RGB value is (194,81,111). Sum of RGB (Red+Green+Blue) = 194+81+111=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C2516F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2516F is #3DAE90. Grayscale: #767676. Windows color (decimal): -4042385 or 7295426. OLE color: 7295426.
HSL color Cylindrical-coordinate representation of color #C2516F: hue angle of 344.07º degrees, saturation: 0.48, 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 #C2516F is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 81 | 111 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.24 |
| HSL | 344.07º | 0.48% | 0.54% | - |
| HSV(B) | 344.07º | 0.58% | 0.76% | - |
| XYZ | 28.06 | 18.5 | 17.13 | - |
| YUV | 118.21 | 123.94 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 81 | 111 | 0 | 0.58 | 0.43 | 0.24 | 344.07 | 0.48 | 0.54 |
| Hex | C2 | 51 | 6F | 0 | 3A | 2B | 18 | 158 | 30 | 36 |
| Octal | 302 | 121 | 157 | 0 | 72 | 53 | 30 | 530 | 60 | 66 |
| Binary | 11000010 | 1010001 | 1101111 | 0 | 111010 | 101011 | 11000 | 101011000 | 110000 | 110110 |
Color Harmonies of #C2516F
Complementary color
Monochromatic Colors of #C2516F
Black with #C2516F
Text Example
Text Example
White with #C2516F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2516F; }
p { color: rgb(194,81,111); }
H1.HeaderClassName
{
color: #C2516F;
}
.AnyTagClassName
{
color: #C2516F;
}
</style>
background-color css
<style>
a { background-color: #C2516F; }
a { background-color: rgb(194,81,111); }
div.DivClassName
{
background-color: #C2516F;
}
.BgClassName
{
background-color: #C2516F;
}
</style>
border-color css
<style>
span { border-color: #C2516F; }
span { border-color: rgb(194,81,111); }
td.TdClassName
{
border-color: #C2516F;
}
.TagClassName
{
border-color: #C2516F;
}
</style>