Shades of Cabaret #C6566C
Tints of Cabaret #C6566C
RGB
CMYK
RGB Variations
Color information
#C6566C (or 0xC6566C) is known color: Cabaret. HEX triplet: C6, 56 and 6C. RGB value is (198,86,108). Sum of RGB (Red+Green+Blue) = 198+86+108=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C6566C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6566C is #39A993. Grayscale: #7A7A7A. Windows color (decimal): -3778964 or 7100102. OLE color: 7100102.
HSL color Cylindrical-coordinate representation of color #C6566C: hue angle of 348.21º 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 #C6566C is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 108 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.22 |
| HSL | 348.21º | 0.5% | 0.56% | - |
| HSV(B) | 348.21º | 0.57% | 0.78% | - |
| XYZ | 29.32 | 19.74 | 16.45 | - |
| YUV | 122 | 120.11 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 108 | 0 | 0.57 | 0.45 | 0.22 | 348.21 | 0.5 | 0.56 |
| Hex | C6 | 56 | 6C | 0 | 39 | 2D | 16 | 15C | 32 | 38 |
| Octal | 306 | 126 | 154 | 0 | 71 | 55 | 26 | 534 | 62 | 70 |
| Binary | 11000110 | 1010110 | 1101100 | 0 | 111001 | 101101 | 10110 | 101011100 | 110010 | 111000 |
Color Harmonies of #C6566C
Complementary color
Monochromatic Colors of #C6566C
Black with #C6566C
Text Example
Text Example
White with #C6566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6566C; }
p { color: rgb(198,86,108); }
H1.HeaderClassName
{
color: #C6566C;
}
.AnyTagClassName
{
color: #C6566C;
}
</style>
background-color css
<style>
a { background-color: #C6566C; }
a { background-color: rgb(198,86,108); }
div.DivClassName
{
background-color: #C6566C;
}
.BgClassName
{
background-color: #C6566C;
}
</style>
border-color css
<style>
span { border-color: #C6566C; }
span { border-color: rgb(198,86,108); }
td.TdClassName
{
border-color: #C6566C;
}
.TagClassName
{
border-color: #C6566C;
}
</style>