Shades of Cabaret #C55967
Tints of Cabaret #C55967
RGB
CMYK
RGB Variations
Color information
#C55967 (or 0xC55967) is known color: Cabaret. HEX triplet: C5, 59 and 67. RGB value is (197,89,103). Sum of RGB (Red+Green+Blue) = 197+89+103=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C55967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55967 is #3AA698. Grayscale: #7A7A7A. Windows color (decimal): -3843737 or 6773189. OLE color: 6773189.
HSL color Cylindrical-coordinate representation of color #C55967: hue angle of 352.22º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C55967 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 103 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.23 |
| HSL | 352.22º | 0.48% | 0.56% | - |
| HSV(B) | 352.22º | 0.55% | 0.77% | - |
| XYZ | 29.05 | 19.99 | 15.16 | - |
| YUV | 122.89 | 116.78 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 103 | 0 | 0.55 | 0.48 | 0.23 | 352.22 | 0.48 | 0.56 |
| Hex | C5 | 59 | 67 | 0 | 37 | 30 | 17 | 160 | 30 | 38 |
| Octal | 305 | 131 | 147 | 0 | 67 | 60 | 27 | 540 | 60 | 70 |
| Binary | 11000101 | 1011001 | 1100111 | 0 | 110111 | 110000 | 10111 | 101100000 | 110000 | 111000 |
Color Harmonies of #C55967
Complementary color
Monochromatic Colors of #C55967
Black with #C55967
Text Example
Text Example
White with #C55967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55967; }
p { color: rgb(197,89,103); }
H1.HeaderClassName
{
color: #C55967;
}
.AnyTagClassName
{
color: #C55967;
}
</style>
background-color css
<style>
a { background-color: #C55967; }
a { background-color: rgb(197,89,103); }
div.DivClassName
{
background-color: #C55967;
}
.BgClassName
{
background-color: #C55967;
}
</style>
border-color css
<style>
span { border-color: #C55967; }
span { border-color: rgb(197,89,103); }
td.TdClassName
{
border-color: #C55967;
}
.TagClassName
{
border-color: #C55967;
}
</style>