Shades of Cabaret #C6466D
Tints of Cabaret #C6466D
RGB
CMYK
RGB Variations
Color information
#C6466D (or 0xC6466D) is known color: Cabaret. HEX triplet: C6, 46 and 6D. RGB value is (198,70,109). Sum of RGB (Red+Green+Blue) = 198+70+109=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C6466D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6466D is #39B992. Grayscale: #707070. Windows color (decimal): -3783059 or 7161542. OLE color: 7161542.
HSL color Cylindrical-coordinate representation of color #C6466D: hue angle of 341.72º 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 #C6466D is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 109 | - |
| CMYK | 0 | 0.65 | 0.45 | 0.22 |
| HSL | 341.72º | 0.53% | 0.53% | - |
| HSV(B) | 341.72º | 0.65% | 0.78% | - |
| XYZ | 28.24 | 17.49 | 16.36 | - |
| YUV | 112.72 | 125.91 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 109 | 0 | 0.65 | 0.45 | 0.22 | 341.72 | 0.53 | 0.53 |
| Hex | C6 | 46 | 6D | 0 | 41 | 2D | 16 | 156 | 35 | 35 |
| Octal | 306 | 106 | 155 | 0 | 101 | 55 | 26 | 526 | 65 | 65 |
| Binary | 11000110 | 1000110 | 1101101 | 0 | 1000001 | 101101 | 10110 | 101010110 | 110101 | 110101 |
Color Harmonies of #C6466D
Complementary color
Monochromatic Colors of #C6466D
Black with #C6466D
Text Example
Text Example
White with #C6466D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6466D; }
p { color: rgb(198,70,109); }
H1.HeaderClassName
{
color: #C6466D;
}
.AnyTagClassName
{
color: #C6466D;
}
</style>
background-color css
<style>
a { background-color: #C6466D; }
a { background-color: rgb(198,70,109); }
div.DivClassName
{
background-color: #C6466D;
}
.BgClassName
{
background-color: #C6466D;
}
</style>
border-color css
<style>
span { border-color: #C6466D; }
span { border-color: rgb(198,70,109); }
td.TdClassName
{
border-color: #C6466D;
}
.TagClassName
{
border-color: #C6466D;
}
</style>