Shades of Cabaret #C3516F
Tints of Cabaret #C3516F
RGB
CMYK
RGB Variations
Color information
#C3516F (or 0xC3516F) is known color: Cabaret. HEX triplet: C3, 51 and 6F. RGB value is (195,81,111). Sum of RGB (Red+Green+Blue) = 195+81+111=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C3516F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3516F is #3CAE90. Grayscale: #767676. Windows color (decimal): -3976849 or 7295427. OLE color: 7295427.
HSL color Cylindrical-coordinate representation of color #C3516F: hue angle of 344.21º degrees, saturation: 0.49, 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 #C3516F is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 81 | 111 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.24 |
| HSL | 344.21º | 0.49% | 0.54% | - |
| HSV(B) | 344.21º | 0.58% | 0.76% | - |
| XYZ | 28.32 | 18.63 | 17.14 | - |
| YUV | 118.51 | 123.77 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 111 | 0 | 0.58 | 0.43 | 0.24 | 344.21 | 0.49 | 0.54 |
| Hex | C3 | 51 | 6F | 0 | 3A | 2B | 18 | 158 | 31 | 36 |
| Octal | 303 | 121 | 157 | 0 | 72 | 53 | 30 | 530 | 61 | 66 |
| Binary | 11000011 | 1010001 | 1101111 | 0 | 111010 | 101011 | 11000 | 101011000 | 110001 | 110110 |
Color Harmonies of #C3516F
Complementary color
Monochromatic Colors of #C3516F
Black with #C3516F
Text Example
Text Example
White with #C3516F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3516F; }
p { color: rgb(195,81,111); }
H1.HeaderClassName
{
color: #C3516F;
}
.AnyTagClassName
{
color: #C3516F;
}
</style>
background-color css
<style>
a { background-color: #C3516F; }
a { background-color: rgb(195,81,111); }
div.DivClassName
{
background-color: #C3516F;
}
.BgClassName
{
background-color: #C3516F;
}
</style>
border-color css
<style>
span { border-color: #C3516F; }
span { border-color: rgb(195,81,111); }
td.TdClassName
{
border-color: #C3516F;
}
.TagClassName
{
border-color: #C3516F;
}
</style>