Shades of Cabaret #C6406A
Tints of Cabaret #C6406A
RGB
CMYK
RGB Variations
Color information
#C6406A (or 0xC6406A) is known color: Cabaret. HEX triplet: C6, 40 and 6A. RGB value is (198,64,106). Sum of RGB (Red+Green+Blue) = 198+64+106=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C6406A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6406A is #39BF95. Grayscale: #6C6C6C. Windows color (decimal): -3784598 or 6963398. OLE color: 6963398.
HSL color Cylindrical-coordinate representation of color #C6406A: hue angle of 341.19º 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 #C6406A is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 64 | 106 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.22 |
| HSL | 341.19º | 0.54% | 0.51% | - |
| HSV(B) | 341.19º | 0.68% | 0.78% | - |
| XYZ | 27.72 | 16.71 | 15.4 | - |
| YUV | 108.85 | 126.39 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 106 | 0 | 0.68 | 0.46 | 0.22 | 341.19 | 0.54 | 0.51 |
| Hex | C6 | 40 | 6A | 0 | 44 | 2E | 16 | 155 | 36 | 33 |
| Octal | 306 | 100 | 152 | 0 | 104 | 56 | 26 | 525 | 66 | 63 |
| Binary | 11000110 | 1000000 | 1101010 | 0 | 1000100 | 101110 | 10110 | 101010101 | 110110 | 110011 |
Color Harmonies of #C6406A
Complementary color
Monochromatic Colors of #C6406A
Black with #C6406A
Text Example
Text Example
White with #C6406A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6406A; }
p { color: rgb(198,64,106); }
H1.HeaderClassName
{
color: #C6406A;
}
.AnyTagClassName
{
color: #C6406A;
}
</style>
background-color css
<style>
a { background-color: #C6406A; }
a { background-color: rgb(198,64,106); }
div.DivClassName
{
background-color: #C6406A;
}
.BgClassName
{
background-color: #C6406A;
}
</style>
border-color css
<style>
span { border-color: #C6406A; }
span { border-color: rgb(198,64,106); }
td.TdClassName
{
border-color: #C6406A;
}
.TagClassName
{
border-color: #C6406A;
}
</style>