Shades of Cabaret #C6416C
Tints of Cabaret #C6416C
RGB
CMYK
RGB Variations
Color information
#C6416C (or 0xC6416C) is known color: Cabaret. HEX triplet: C6, 41 and 6C. RGB value is (198,65,108). Sum of RGB (Red+Green+Blue) = 198+65+108=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C6416C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6416C is #39BE93. Grayscale: #6D6D6D. Windows color (decimal): -3784340 or 7094726. OLE color: 7094726.
HSL color Cylindrical-coordinate representation of color #C6416C: hue angle of 340.6º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C6416C is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 108 | - |
| CMYK | 0 | 0.67 | 0.45 | 0.22 |
| HSL | 340.6º | 0.54% | 0.52% | - |
| HSV(B) | 340.6º | 0.67% | 0.78% | - |
| XYZ | 27.89 | 16.87 | 15.97 | - |
| YUV | 109.67 | 127.06 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 108 | 0 | 0.67 | 0.45 | 0.22 | 340.6 | 0.54 | 0.52 |
| Hex | C6 | 41 | 6C | 0 | 43 | 2D | 16 | 155 | 36 | 34 |
| Octal | 306 | 101 | 154 | 0 | 103 | 55 | 26 | 525 | 66 | 64 |
| Binary | 11000110 | 1000001 | 1101100 | 0 | 1000011 | 101101 | 10110 | 101010101 | 110110 | 110100 |
Color Harmonies of #C6416C
Complementary color
Monochromatic Colors of #C6416C
Black with #C6416C
Text Example
Text Example
White with #C6416C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6416C; }
p { color: rgb(198,65,108); }
H1.HeaderClassName
{
color: #C6416C;
}
.AnyTagClassName
{
color: #C6416C;
}
</style>
background-color css
<style>
a { background-color: #C6416C; }
a { background-color: rgb(198,65,108); }
div.DivClassName
{
background-color: #C6416C;
}
.BgClassName
{
background-color: #C6416C;
}
</style>
border-color css
<style>
span { border-color: #C6416C; }
span { border-color: rgb(198,65,108); }
td.TdClassName
{
border-color: #C6416C;
}
.TagClassName
{
border-color: #C6416C;
}
</style>