Shades of Cabaret #C6476B
Tints of Cabaret #C6476B
RGB
CMYK
RGB Variations
Color information
#C6476B (or 0xC6476B) is known color: Cabaret. HEX triplet: C6, 47 and 6B. RGB value is (198,71,107). Sum of RGB (Red+Green+Blue) = 198+71+107=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C6476B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6476B is #39B894. Grayscale: #717171. Windows color (decimal): -3782805 or 7030726. OLE color: 7030726.
HSL color Cylindrical-coordinate representation of color #C6476B: hue angle of 342.99º 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 #C6476B is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 107 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.22 |
| HSL | 342.99º | 0.53% | 0.53% | - |
| HSV(B) | 342.99º | 0.64% | 0.78% | - |
| XYZ | 28.2 | 17.57 | 15.82 | - |
| YUV | 113.08 | 124.58 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 107 | 0 | 0.64 | 0.46 | 0.22 | 342.99 | 0.53 | 0.53 |
| Hex | C6 | 47 | 6B | 0 | 40 | 2E | 16 | 157 | 35 | 35 |
| Octal | 306 | 107 | 153 | 0 | 100 | 56 | 26 | 527 | 65 | 65 |
| Binary | 11000110 | 1000111 | 1101011 | 0 | 1000000 | 101110 | 10110 | 101010111 | 110101 | 110101 |
Color Harmonies of #C6476B
Complementary color
Monochromatic Colors of #C6476B
Black with #C6476B
Text Example
Text Example
White with #C6476B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6476B; }
p { color: rgb(198,71,107); }
H1.HeaderClassName
{
color: #C6476B;
}
.AnyTagClassName
{
color: #C6476B;
}
</style>
background-color css
<style>
a { background-color: #C6476B; }
a { background-color: rgb(198,71,107); }
div.DivClassName
{
background-color: #C6476B;
}
.BgClassName
{
background-color: #C6476B;
}
</style>
border-color css
<style>
span { border-color: #C6476B; }
span { border-color: rgb(198,71,107); }
td.TdClassName
{
border-color: #C6476B;
}
.TagClassName
{
border-color: #C6476B;
}
</style>