Shades of Cabaret #C6476E
Tints of Cabaret #C6476E
RGB
CMYK
RGB Variations
Color information
#C6476E (or 0xC6476E) is known color: Cabaret. HEX triplet: C6, 47 and 6E. RGB value is (198,71,110). Sum of RGB (Red+Green+Blue) = 198+71+110=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C6476E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6476E is #39B891. Grayscale: #717171. Windows color (decimal): -3782802 or 7227334. OLE color: 7227334.
HSL color Cylindrical-coordinate representation of color #C6476E: hue angle of 341.57º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C6476E is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 110 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.22 |
| HSL | 341.57º | 0.53% | 0.53% | - |
| HSV(B) | 341.57º | 0.64% | 0.78% | - |
| XYZ | 28.36 | 17.64 | 16.66 | - |
| YUV | 113.42 | 126.08 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 110 | 0 | 0.64 | 0.44 | 0.22 | 341.57 | 0.53 | 0.53 |
| Hex | C6 | 47 | 6E | 0 | 40 | 2C | 16 | 156 | 35 | 35 |
| Octal | 306 | 107 | 156 | 0 | 100 | 54 | 26 | 526 | 65 | 65 |
| Binary | 11000110 | 1000111 | 1101110 | 0 | 1000000 | 101100 | 10110 | 101010110 | 110101 | 110101 |
Color Harmonies of #C6476E
Complementary color
Monochromatic Colors of #C6476E
Black with #C6476E
Text Example
Text Example
White with #C6476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6476E; }
p { color: rgb(198,71,110); }
H1.HeaderClassName
{
color: #C6476E;
}
.AnyTagClassName
{
color: #C6476E;
}
</style>
background-color css
<style>
a { background-color: #C6476E; }
a { background-color: rgb(198,71,110); }
div.DivClassName
{
background-color: #C6476E;
}
.BgClassName
{
background-color: #C6476E;
}
</style>
border-color css
<style>
span { border-color: #C6476E; }
span { border-color: rgb(198,71,110); }
td.TdClassName
{
border-color: #C6476E;
}
.TagClassName
{
border-color: #C6476E;
}
</style>