Shades of Cabaret #C3566D
Tints of Cabaret #C3566D
RGB
CMYK
RGB Variations
Color information
#C3566D (or 0xC3566D) is known color: Cabaret. HEX triplet: C3, 56 and 6D. RGB value is (195,86,109). Sum of RGB (Red+Green+Blue) = 195+86+109=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C3566D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3566D is #3CA992. Grayscale: #797979. Windows color (decimal): -3975571 or 7165635. OLE color: 7165635.
HSL color Cylindrical-coordinate representation of color #C3566D: hue angle of 347.34º 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 #C3566D is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 86 | 109 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.24 |
| HSL | 347.34º | 0.48% | 0.55% | - |
| HSV(B) | 347.34º | 0.56% | 0.76% | - |
| XYZ | 28.59 | 19.36 | 16.7 | - |
| YUV | 121.21 | 121.11 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 86 | 109 | 0 | 0.56 | 0.44 | 0.24 | 347.34 | 0.48 | 0.55 |
| Hex | C3 | 56 | 6D | 0 | 38 | 2C | 18 | 15B | 30 | 37 |
| Octal | 303 | 126 | 155 | 0 | 70 | 54 | 30 | 533 | 60 | 67 |
| Binary | 11000011 | 1010110 | 1101101 | 0 | 111000 | 101100 | 11000 | 101011011 | 110000 | 110111 |
Color Harmonies of #C3566D
Complementary color
Monochromatic Colors of #C3566D
Black with #C3566D
Text Example
Text Example
White with #C3566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3566D; }
p { color: rgb(195,86,109); }
H1.HeaderClassName
{
color: #C3566D;
}
.AnyTagClassName
{
color: #C3566D;
}
</style>
background-color css
<style>
a { background-color: #C3566D; }
a { background-color: rgb(195,86,109); }
div.DivClassName
{
background-color: #C3566D;
}
.BgClassName
{
background-color: #C3566D;
}
</style>
border-color css
<style>
span { border-color: #C3566D; }
span { border-color: rgb(195,86,109); }
td.TdClassName
{
border-color: #C3566D;
}
.TagClassName
{
border-color: #C3566D;
}
</style>