Shades of Cabaret #C6466B
Tints of Cabaret #C6466B
RGB
CMYK
RGB Variations
Color information
#C6466B (or 0xC6466B) is known color: Cabaret. HEX triplet: C6, 46 and 6B. RGB value is (198,70,107). Sum of RGB (Red+Green+Blue) = 198+70+107=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C6466B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6466B is #39B994. Grayscale: #707070. Windows color (decimal): -3783061 or 7030470. OLE color: 7030470.
HSL color Cylindrical-coordinate representation of color #C6466B: hue angle of 342.66º 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 #C6466B is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 107 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.22 |
| HSL | 342.66º | 0.53% | 0.53% | - |
| HSV(B) | 342.66º | 0.65% | 0.78% | - |
| XYZ | 28.13 | 17.45 | 15.79 | - |
| YUV | 112.49 | 124.91 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 107 | 0 | 0.65 | 0.46 | 0.22 | 342.66 | 0.53 | 0.53 |
| Hex | C6 | 46 | 6B | 0 | 41 | 2E | 16 | 157 | 35 | 35 |
| Octal | 306 | 106 | 153 | 0 | 101 | 56 | 26 | 527 | 65 | 65 |
| Binary | 11000110 | 1000110 | 1101011 | 0 | 1000001 | 101110 | 10110 | 101010111 | 110101 | 110101 |
Color Harmonies of #C6466B
Complementary color
Monochromatic Colors of #C6466B
Black with #C6466B
Text Example
Text Example
White with #C6466B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6466B; }
p { color: rgb(198,70,107); }
H1.HeaderClassName
{
color: #C6466B;
}
.AnyTagClassName
{
color: #C6466B;
}
</style>
background-color css
<style>
a { background-color: #C6466B; }
a { background-color: rgb(198,70,107); }
div.DivClassName
{
background-color: #C6466B;
}
.BgClassName
{
background-color: #C6466B;
}
</style>
border-color css
<style>
span { border-color: #C6466B; }
span { border-color: rgb(198,70,107); }
td.TdClassName
{
border-color: #C6466B;
}
.TagClassName
{
border-color: #C6466B;
}
</style>