Shades of Cabaret #C6566B
Tints of Cabaret #C6566B
RGB
CMYK
RGB Variations
Color information
#C6566B (or 0xC6566B) is known color: Cabaret. HEX triplet: C6, 56 and 6B. RGB value is (198,86,107). Sum of RGB (Red+Green+Blue) = 198+86+107=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 107 (42.19% from 255 or 27.37% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C6566B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6566B is #39A994. Grayscale: #797979. Windows color (decimal): -3778965 or 7034566. OLE color: 7034566.
HSL color Cylindrical-coordinate representation of color #C6566B: hue angle of 348.75º 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 #C6566B is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 107 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.22 |
| HSL | 348.75º | 0.5% | 0.56% | - |
| HSV(B) | 348.75º | 0.57% | 0.78% | - |
| XYZ | 29.27 | 19.72 | 16.17 | - |
| YUV | 121.88 | 119.61 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 107 | 0 | 0.57 | 0.46 | 0.22 | 348.75 | 0.5 | 0.56 |
| Hex | C6 | 56 | 6B | 0 | 39 | 2E | 16 | 15D | 32 | 38 |
| Octal | 306 | 126 | 153 | 0 | 71 | 56 | 26 | 535 | 62 | 70 |
| Binary | 11000110 | 1010110 | 1101011 | 0 | 111001 | 101110 | 10110 | 101011101 | 110010 | 111000 |
Color Harmonies of #C6566B
Complementary color
Monochromatic Colors of #C6566B
Black with #C6566B
Text Example
Text Example
White with #C6566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6566B; }
p { color: rgb(198,86,107); }
H1.HeaderClassName
{
color: #C6566B;
}
.AnyTagClassName
{
color: #C6566B;
}
</style>
background-color css
<style>
a { background-color: #C6566B; }
a { background-color: rgb(198,86,107); }
div.DivClassName
{
background-color: #C6566B;
}
.BgClassName
{
background-color: #C6566B;
}
</style>
border-color css
<style>
span { border-color: #C6566B; }
span { border-color: rgb(198,86,107); }
td.TdClassName
{
border-color: #C6566B;
}
.TagClassName
{
border-color: #C6566B;
}
</style>