Shades of Cabaret #C6466C
Tints of Cabaret #C6466C
RGB
CMYK
RGB Variations
Color information
#C6466C (or 0xC6466C) is known color: Cabaret. HEX triplet: C6, 46 and 6C. RGB value is (198,70,108). Sum of RGB (Red+Green+Blue) = 198+70+108=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 70 (27.73% from 255 or 18.62% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C6466C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6466C is #39B993. Grayscale: #707070. Windows color (decimal): -3783060 or 7096006. OLE color: 7096006.
HSL color Cylindrical-coordinate representation of color #C6466C: hue angle of 342.19º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C6466C is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 108 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.22 |
| HSL | 342.19º | 0.53% | 0.53% | - |
| HSV(B) | 342.19º | 0.65% | 0.78% | - |
| XYZ | 28.19 | 17.47 | 16.07 | - |
| YUV | 112.6 | 125.41 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 108 | 0 | 0.65 | 0.45 | 0.22 | 342.19 | 0.53 | 0.53 |
| Hex | C6 | 46 | 6C | 0 | 41 | 2D | 16 | 156 | 35 | 35 |
| Octal | 306 | 106 | 154 | 0 | 101 | 55 | 26 | 526 | 65 | 65 |
| Binary | 11000110 | 1000110 | 1101100 | 0 | 1000001 | 101101 | 10110 | 101010110 | 110101 | 110101 |
Color Harmonies of #C6466C
Complementary color
Monochromatic Colors of #C6466C
Black with #C6466C
Text Example
Text Example
White with #C6466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6466C; }
p { color: rgb(198,70,108); }
H1.HeaderClassName
{
color: #C6466C;
}
.AnyTagClassName
{
color: #C6466C;
}
</style>
background-color css
<style>
a { background-color: #C6466C; }
a { background-color: rgb(198,70,108); }
div.DivClassName
{
background-color: #C6466C;
}
.BgClassName
{
background-color: #C6466C;
}
</style>
border-color css
<style>
span { border-color: #C6466C; }
span { border-color: rgb(198,70,108); }
td.TdClassName
{
border-color: #C6466C;
}
.TagClassName
{
border-color: #C6466C;
}
</style>