Shades of Cabaret #C6406C
Tints of Cabaret #C6406C
RGB
CMYK
RGB Variations
Color information
#C6406C (or 0xC6406C) is known color: Cabaret. HEX triplet: C6, 40 and 6C. RGB value is (198,64,108). Sum of RGB (Red+Green+Blue) = 198+64+108=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C6406C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6406C is #39BF93. Grayscale: #6D6D6D. Windows color (decimal): -3784596 or 7094470. OLE color: 7094470.
HSL color Cylindrical-coordinate representation of color #C6406C: hue angle of 340.3º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6406C is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 64 | 108 | - |
| CMYK | 0 | 0.68 | 0.45 | 0.22 |
| HSL | 340.3º | 0.54% | 0.51% | - |
| HSV(B) | 340.3º | 0.68% | 0.78% | - |
| XYZ | 27.83 | 16.76 | 15.95 | - |
| YUV | 109.08 | 127.39 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 108 | 0 | 0.68 | 0.45 | 0.22 | 340.3 | 0.54 | 0.51 |
| Hex | C6 | 40 | 6C | 0 | 44 | 2D | 16 | 154 | 36 | 33 |
| Octal | 306 | 100 | 154 | 0 | 104 | 55 | 26 | 524 | 66 | 63 |
| Binary | 11000110 | 1000000 | 1101100 | 0 | 1000100 | 101101 | 10110 | 101010100 | 110110 | 110011 |
Color Harmonies of #C6406C
Complementary color
Monochromatic Colors of #C6406C
Black with #C6406C
Text Example
Text Example
White with #C6406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6406C; }
p { color: rgb(198,64,108); }
H1.HeaderClassName
{
color: #C6406C;
}
.AnyTagClassName
{
color: #C6406C;
}
</style>
background-color css
<style>
a { background-color: #C6406C; }
a { background-color: rgb(198,64,108); }
div.DivClassName
{
background-color: #C6406C;
}
.BgClassName
{
background-color: #C6406C;
}
</style>
border-color css
<style>
span { border-color: #C6406C; }
span { border-color: rgb(198,64,108); }
td.TdClassName
{
border-color: #C6406C;
}
.TagClassName
{
border-color: #C6406C;
}
</style>