Shades of Cabaret #C55073
Tints of Cabaret #C55073
RGB
CMYK
RGB Variations
Color information
#C55073 (or 0xC55073) is known color: Cabaret. HEX triplet: C5, 50 and 73. RGB value is (197,80,115). Sum of RGB (Red+Green+Blue) = 197+80+115=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C55073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55073 is #3AAF8C. Grayscale: #767676. Windows color (decimal): -3846029 or 7557317. OLE color: 7557317.
HSL color Cylindrical-coordinate representation of color #C55073: hue angle of 342.05º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C55073 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 115 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.23 |
| HSL | 342.05º | 0.5% | 0.54% | - |
| HSV(B) | 342.05º | 0.59% | 0.77% | - |
| XYZ | 28.99 | 18.85 | 18.33 | - |
| YUV | 118.97 | 125.76 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 115 | 0 | 0.59 | 0.42 | 0.23 | 342.05 | 0.5 | 0.54 |
| Hex | C5 | 50 | 73 | 0 | 3B | 2A | 17 | 156 | 32 | 36 |
| Octal | 305 | 120 | 163 | 0 | 73 | 52 | 27 | 526 | 62 | 66 |
| Binary | 11000101 | 1010000 | 1110011 | 0 | 111011 | 101010 | 10111 | 101010110 | 110010 | 110110 |
Color Harmonies of #C55073
Complementary color
Monochromatic Colors of #C55073
Black with #C55073
Text Example
Text Example
White with #C55073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55073; }
p { color: rgb(197,80,115); }
H1.HeaderClassName
{
color: #C55073;
}
.AnyTagClassName
{
color: #C55073;
}
</style>
background-color css
<style>
a { background-color: #C55073; }
a { background-color: rgb(197,80,115); }
div.DivClassName
{
background-color: #C55073;
}
.BgClassName
{
background-color: #C55073;
}
</style>
border-color css
<style>
span { border-color: #C55073; }
span { border-color: rgb(197,80,115); }
td.TdClassName
{
border-color: #C55073;
}
.TagClassName
{
border-color: #C55073;
}
</style>