Shades of Cabaret #C1566E
Tints of Cabaret #C1566E
RGB
CMYK
RGB Variations
Color information
#C1566E (or 0xC1566E) is known color: Cabaret. HEX triplet: C1, 56 and 6E. RGB value is (193,86,110). Sum of RGB (Red+Green+Blue) = 193+86+110=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C1566E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1566E is #3EA991. Grayscale: #787878. Windows color (decimal): -4106642 or 7231169. OLE color: 7231169.
HSL color Cylindrical-coordinate representation of color #C1566E: hue angle of 346.54º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C1566E is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 86 | 110 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.24 |
| HSL | 346.54º | 0.46% | 0.55% | - |
| HSV(B) | 346.54º | 0.55% | 0.76% | - |
| XYZ | 28.13 | 19.12 | 16.96 | - |
| YUV | 120.73 | 121.95 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 86 | 110 | 0 | 0.55 | 0.43 | 0.24 | 346.54 | 0.46 | 0.55 |
| Hex | C1 | 56 | 6E | 0 | 37 | 2B | 18 | 15B | 2E | 37 |
| Octal | 301 | 126 | 156 | 0 | 67 | 53 | 30 | 533 | 56 | 67 |
| Binary | 11000001 | 1010110 | 1101110 | 0 | 110111 | 101011 | 11000 | 101011011 | 101110 | 110111 |
Color Harmonies of #C1566E
Complementary color
Monochromatic Colors of #C1566E
Black with #C1566E
Text Example
Text Example
White with #C1566E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1566E; }
p { color: rgb(193,86,110); }
H1.HeaderClassName
{
color: #C1566E;
}
.AnyTagClassName
{
color: #C1566E;
}
</style>
background-color css
<style>
a { background-color: #C1566E; }
a { background-color: rgb(193,86,110); }
div.DivClassName
{
background-color: #C1566E;
}
.BgClassName
{
background-color: #C1566E;
}
</style>
border-color css
<style>
span { border-color: #C1566E; }
span { border-color: rgb(193,86,110); }
td.TdClassName
{
border-color: #C1566E;
}
.TagClassName
{
border-color: #C1566E;
}
</style>