Shades of Cabaret #C3566C
Tints of Cabaret #C3566C
RGB
CMYK
RGB Variations
Color information
#C3566C (or 0xC3566C) is known color: Cabaret. HEX triplet: C3, 56 and 6C. RGB value is (195,86,108). Sum of RGB (Red+Green+Blue) = 195+86+108=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C3566C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3566C is #3CA993. Grayscale: #797979. Windows color (decimal): -3975572 or 7100099. OLE color: 7100099.
HSL color Cylindrical-coordinate representation of color #C3566C: hue angle of 347.89º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C3566C is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 86 | 108 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.24 |
| HSL | 347.89º | 0.48% | 0.55% | - |
| HSV(B) | 347.89º | 0.56% | 0.76% | - |
| XYZ | 28.54 | 19.34 | 16.42 | - |
| YUV | 121.1 | 120.61 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 86 | 108 | 0 | 0.56 | 0.45 | 0.24 | 347.89 | 0.48 | 0.55 |
| Hex | C3 | 56 | 6C | 0 | 38 | 2D | 18 | 15C | 30 | 37 |
| Octal | 303 | 126 | 154 | 0 | 70 | 55 | 30 | 534 | 60 | 67 |
| Binary | 11000011 | 1010110 | 1101100 | 0 | 111000 | 101101 | 11000 | 101011100 | 110000 | 110111 |
Color Harmonies of #C3566C
Complementary color
Monochromatic Colors of #C3566C
Black with #C3566C
Text Example
Text Example
White with #C3566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3566C; }
p { color: rgb(195,86,108); }
H1.HeaderClassName
{
color: #C3566C;
}
.AnyTagClassName
{
color: #C3566C;
}
</style>
background-color css
<style>
a { background-color: #C3566C; }
a { background-color: rgb(195,86,108); }
div.DivClassName
{
background-color: #C3566C;
}
.BgClassName
{
background-color: #C3566C;
}
</style>
border-color css
<style>
span { border-color: #C3566C; }
span { border-color: rgb(195,86,108); }
td.TdClassName
{
border-color: #C3566C;
}
.TagClassName
{
border-color: #C3566C;
}
</style>