Shades of Cabaret #C6566E
Tints of Cabaret #C6566E
RGB
CMYK
RGB Variations
Color information
#C6566E (or 0xC6566E) is known color: Cabaret. HEX triplet: C6, 56 and 6E. RGB value is (198,86,110). Sum of RGB (Red+Green+Blue) = 198+86+110=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 86 (33.98% from 255 or 21.83% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C6566E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6566E is #39A991. Grayscale: #7A7A7A. Windows color (decimal): -3778962 or 7231174. OLE color: 7231174.
HSL color Cylindrical-coordinate representation of color #C6566E: hue angle of 347.14º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C6566E is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 110 | - |
| CMYK | 0 | 0.57 | 0.44 | 0.22 |
| HSL | 347.14º | 0.5% | 0.56% | - |
| HSV(B) | 347.14º | 0.57% | 0.78% | - |
| XYZ | 29.43 | 19.79 | 17.02 | - |
| YUV | 122.22 | 121.11 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 110 | 0 | 0.57 | 0.44 | 0.22 | 347.14 | 0.5 | 0.56 |
| Hex | C6 | 56 | 6E | 0 | 39 | 2C | 16 | 15B | 32 | 38 |
| Octal | 306 | 126 | 156 | 0 | 71 | 54 | 26 | 533 | 62 | 70 |
| Binary | 11000110 | 1010110 | 1101110 | 0 | 111001 | 101100 | 10110 | 101011011 | 110010 | 111000 |
Color Harmonies of #C6566E
Complementary color
Monochromatic Colors of #C6566E
Black with #C6566E
Text Example
Text Example
White with #C6566E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6566E; }
p { color: rgb(198,86,110); }
H1.HeaderClassName
{
color: #C6566E;
}
.AnyTagClassName
{
color: #C6566E;
}
</style>
background-color css
<style>
a { background-color: #C6566E; }
a { background-color: rgb(198,86,110); }
div.DivClassName
{
background-color: #C6566E;
}
.BgClassName
{
background-color: #C6566E;
}
</style>
border-color css
<style>
span { border-color: #C6566E; }
span { border-color: rgb(198,86,110); }
td.TdClassName
{
border-color: #C6566E;
}
.TagClassName
{
border-color: #C6566E;
}
</style>