Shades of Cabaret #C6476D
Tints of Cabaret #C6476D
RGB
CMYK
RGB Variations
Color information
#C6476D (or 0xC6476D) is known color: Cabaret. HEX triplet: C6, 47 and 6D. RGB value is (198,71,109). Sum of RGB (Red+Green+Blue) = 198+71+109=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C6476D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6476D is #39B892. Grayscale: #717171. Windows color (decimal): -3782803 or 7161798. OLE color: 7161798.
HSL color Cylindrical-coordinate representation of color #C6476D: hue angle of 342.05º 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 #C6476D is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 109 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.22 |
| HSL | 342.05º | 0.53% | 0.53% | - |
| HSV(B) | 342.05º | 0.64% | 0.78% | - |
| XYZ | 28.3 | 17.62 | 16.38 | - |
| YUV | 113.31 | 125.58 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 109 | 0 | 0.64 | 0.45 | 0.22 | 342.05 | 0.53 | 0.53 |
| Hex | C6 | 47 | 6D | 0 | 40 | 2D | 16 | 156 | 35 | 35 |
| Octal | 306 | 107 | 155 | 0 | 100 | 55 | 26 | 526 | 65 | 65 |
| Binary | 11000110 | 1000111 | 1101101 | 0 | 1000000 | 101101 | 10110 | 101010110 | 110101 | 110101 |
Color Harmonies of #C6476D
Complementary color
Monochromatic Colors of #C6476D
Black with #C6476D
Text Example
Text Example
White with #C6476D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6476D; }
p { color: rgb(198,71,109); }
H1.HeaderClassName
{
color: #C6476D;
}
.AnyTagClassName
{
color: #C6476D;
}
</style>
background-color css
<style>
a { background-color: #C6476D; }
a { background-color: rgb(198,71,109); }
div.DivClassName
{
background-color: #C6476D;
}
.BgClassName
{
background-color: #C6476D;
}
</style>
border-color css
<style>
span { border-color: #C6476D; }
span { border-color: rgb(198,71,109); }
td.TdClassName
{
border-color: #C6476D;
}
.TagClassName
{
border-color: #C6476D;
}
</style>