Shades of Cabaret #C55364
Tints of Cabaret #C55364
RGB
CMYK
RGB Variations
Color information
#C55364 (or 0xC55364) is known color: Cabaret. HEX triplet: C5, 53 and 64. RGB value is (197,83,100). Sum of RGB (Red+Green+Blue) = 197+83+100=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 100 (39.45% from 255 or 26.32% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C55364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55364 is #3AAC9B. Grayscale: #777777. Windows color (decimal): -3845276 or 6575045. OLE color: 6575045.
HSL color Cylindrical-coordinate representation of color #C55364: hue angle of 351.05º 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 #C55364 is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 83 | 100 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.23 |
| HSL | 351.05º | 0.5% | 0.55% | - |
| HSV(B) | 351.05º | 0.58% | 0.77% | - |
| XYZ | 28.42 | 18.98 | 14.22 | - |
| YUV | 119.02 | 117.27 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 100 | 0 | 0.58 | 0.49 | 0.23 | 351.05 | 0.5 | 0.55 |
| Hex | C5 | 53 | 64 | 0 | 3A | 31 | 17 | 15F | 32 | 37 |
| Octal | 305 | 123 | 144 | 0 | 72 | 61 | 27 | 537 | 62 | 67 |
| Binary | 11000101 | 1010011 | 1100100 | 0 | 111010 | 110001 | 10111 | 101011111 | 110010 | 110111 |
Color Harmonies of #C55364
Complementary color
Monochromatic Colors of #C55364
Black with #C55364
Text Example
Text Example
White with #C55364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55364; }
p { color: rgb(197,83,100); }
H1.HeaderClassName
{
color: #C55364;
}
.AnyTagClassName
{
color: #C55364;
}
</style>
background-color css
<style>
a { background-color: #C55364; }
a { background-color: rgb(197,83,100); }
div.DivClassName
{
background-color: #C55364;
}
.BgClassName
{
background-color: #C55364;
}
</style>
border-color css
<style>
span { border-color: #C55364; }
span { border-color: rgb(197,83,100); }
td.TdClassName
{
border-color: #C55364;
}
.TagClassName
{
border-color: #C55364;
}
</style>