Shades of Cabaret #C55378
Tints of Cabaret #C55378
RGB
CMYK
RGB Variations
Color information
#C55378 (or 0xC55378) is known color: Cabaret. HEX triplet: C5, 53 and 78. RGB value is (197,83,120). Sum of RGB (Red+Green+Blue) = 197+83+120=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C55378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55378 is #3AAC87. Grayscale: #797979. Windows color (decimal): -3845256 or 7885765. OLE color: 7885765.
HSL color Cylindrical-coordinate representation of color #C55378: hue angle of 340.53º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C55378 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 83 | 120 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.23 |
| HSL | 340.53º | 0.5% | 0.55% | - |
| HSV(B) | 340.53º | 0.58% | 0.77% | - |
| XYZ | 29.51 | 19.41 | 19.96 | - |
| YUV | 121.3 | 127.27 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 120 | 0 | 0.58 | 0.39 | 0.23 | 340.53 | 0.5 | 0.55 |
| Hex | C5 | 53 | 78 | 0 | 3A | 27 | 17 | 155 | 32 | 37 |
| Octal | 305 | 123 | 170 | 0 | 72 | 47 | 27 | 525 | 62 | 67 |
| Binary | 11000101 | 1010011 | 1111000 | 0 | 111010 | 100111 | 10111 | 101010101 | 110010 | 110111 |
Color Harmonies of #C55378
Complementary color
Monochromatic Colors of #C55378
Black with #C55378
Text Example
Text Example
White with #C55378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55378; }
p { color: rgb(197,83,120); }
H1.HeaderClassName
{
color: #C55378;
}
.AnyTagClassName
{
color: #C55378;
}
</style>
background-color css
<style>
a { background-color: #C55378; }
a { background-color: rgb(197,83,120); }
div.DivClassName
{
background-color: #C55378;
}
.BgClassName
{
background-color: #C55378;
}
</style>
border-color css
<style>
span { border-color: #C55378; }
span { border-color: rgb(197,83,120); }
td.TdClassName
{
border-color: #C55378;
}
.TagClassName
{
border-color: #C55378;
}
</style>