Shades of Cabaret #C6466A
Tints of Cabaret #C6466A
RGB
CMYK
RGB Variations
Color information
#C6466A (or 0xC6466A) is known color: Cabaret. HEX triplet: C6, 46 and 6A. RGB value is (198,70,106). Sum of RGB (Red+Green+Blue) = 198+70+106=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C6466A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6466A is #39B995. Grayscale: #707070. Windows color (decimal): -3783062 or 6964934. OLE color: 6964934.
HSL color Cylindrical-coordinate representation of color #C6466A: hue angle of 343.12º 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 #C6466A is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 106 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.22 |
| HSL | 343.13º | 0.53% | 0.53% | - |
| HSV(B) | 343.13º | 0.65% | 0.78% | - |
| XYZ | 28.08 | 17.43 | 15.52 | - |
| YUV | 112.38 | 124.41 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 106 | 0 | 0.65 | 0.46 | 0.22 | 343.13 | 0.53 | 0.53 |
| Hex | C6 | 46 | 6A | 0 | 41 | 2E | 16 | 157 | 35 | 35 |
| Octal | 306 | 106 | 152 | 0 | 101 | 56 | 26 | 527 | 65 | 65 |
| Binary | 11000110 | 1000110 | 1101010 | 0 | 1000001 | 101110 | 10110 | 101010111 | 110101 | 110101 |
Color Harmonies of #C6466A
Complementary color
Monochromatic Colors of #C6466A
Black with #C6466A
Text Example
Text Example
White with #C6466A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6466A; }
p { color: rgb(198,70,106); }
H1.HeaderClassName
{
color: #C6466A;
}
.AnyTagClassName
{
color: #C6466A;
}
</style>
background-color css
<style>
a { background-color: #C6466A; }
a { background-color: rgb(198,70,106); }
div.DivClassName
{
background-color: #C6466A;
}
.BgClassName
{
background-color: #C6466A;
}
</style>
border-color css
<style>
span { border-color: #C6466A; }
span { border-color: rgb(198,70,106); }
td.TdClassName
{
border-color: #C6466A;
}
.TagClassName
{
border-color: #C6466A;
}
</style>