Shades of Cabaret #C55365
Tints of Cabaret #C55365
RGB
CMYK
RGB Variations
Color information
#C55365 (or 0xC55365) is known color: Cabaret. HEX triplet: C5, 53 and 65. RGB value is (197,83,101). Sum of RGB (Red+Green+Blue) = 197+83+101=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 83 (32.81% from 255 or 21.78% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C55365 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55365 is #3AAC9A. Grayscale: #777777. Windows color (decimal): -3845275 or 6640581. OLE color: 6640581.
HSL color Cylindrical-coordinate representation of color #C55365: hue angle of 350.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 #C55365 is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 83 | 101 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.23 |
| HSL | 350.53º | 0.5% | 0.55% | - |
| HSV(B) | 350.53º | 0.58% | 0.77% | - |
| XYZ | 28.47 | 19 | 14.48 | - |
| YUV | 119.14 | 117.77 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 83 | 101 | 0 | 0.58 | 0.49 | 0.23 | 350.53 | 0.5 | 0.55 |
| Hex | C5 | 53 | 65 | 0 | 3A | 31 | 17 | 15F | 32 | 37 |
| Octal | 305 | 123 | 145 | 0 | 72 | 61 | 27 | 537 | 62 | 67 |
| Binary | 11000101 | 1010011 | 1100101 | 0 | 111010 | 110001 | 10111 | 101011111 | 110010 | 110111 |
Color Harmonies of #C55365
Complementary color
Monochromatic Colors of #C55365
Black with #C55365
Text Example
Text Example
White with #C55365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55365; }
p { color: rgb(197,83,101); }
H1.HeaderClassName
{
color: #C55365;
}
.AnyTagClassName
{
color: #C55365;
}
</style>
background-color css
<style>
a { background-color: #C55365; }
a { background-color: rgb(197,83,101); }
div.DivClassName
{
background-color: #C55365;
}
.BgClassName
{
background-color: #C55365;
}
</style>
border-color css
<style>
span { border-color: #C55365; }
span { border-color: rgb(197,83,101); }
td.TdClassName
{
border-color: #C55365;
}
.TagClassName
{
border-color: #C55365;
}
</style>