Shades of Cabaret #C55969
Tints of Cabaret #C55969
RGB
CMYK
RGB Variations
Color information
#C55969 (or 0xC55969) is known color: Cabaret. HEX triplet: C5, 59 and 69. RGB value is (197,89,105). Sum of RGB (Red+Green+Blue) = 197+89+105=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C55969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55969 is #3AA696. Grayscale: #7B7B7B. Windows color (decimal): -3843735 or 6904261. OLE color: 6904261.
HSL color Cylindrical-coordinate representation of color #C55969: hue angle of 351.11º 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 #C55969 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 89 | 105 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.23 |
| HSL | 351.11º | 0.48% | 0.56% | - |
| HSV(B) | 351.11º | 0.55% | 0.77% | - |
| XYZ | 29.15 | 20.03 | 15.7 | - |
| YUV | 123.12 | 117.78 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 89 | 105 | 0 | 0.55 | 0.47 | 0.23 | 351.11 | 0.48 | 0.56 |
| Hex | C5 | 59 | 69 | 0 | 37 | 2F | 17 | 15F | 30 | 38 |
| Octal | 305 | 131 | 151 | 0 | 67 | 57 | 27 | 537 | 60 | 70 |
| Binary | 11000101 | 1011001 | 1101001 | 0 | 110111 | 101111 | 10111 | 101011111 | 110000 | 111000 |
Color Harmonies of #C55969
Complementary color
Monochromatic Colors of #C55969
Black with #C55969
Text Example
Text Example
White with #C55969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55969; }
p { color: rgb(197,89,105); }
H1.HeaderClassName
{
color: #C55969;
}
.AnyTagClassName
{
color: #C55969;
}
</style>
background-color css
<style>
a { background-color: #C55969; }
a { background-color: rgb(197,89,105); }
div.DivClassName
{
background-color: #C55969;
}
.BgClassName
{
background-color: #C55969;
}
</style>
border-color css
<style>
span { border-color: #C55969; }
span { border-color: rgb(197,89,105); }
td.TdClassName
{
border-color: #C55969;
}
.TagClassName
{
border-color: #C55969;
}
</style>