Shades of Cabaret #C55268
Tints of Cabaret #C55268
RGB
CMYK
RGB Variations
Color information
#C55268 (or 0xC55268) is known color: Cabaret. HEX triplet: C5, 52 and 68. RGB value is (197,82,104). Sum of RGB (Red+Green+Blue) = 197+82+104=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C55268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55268 is #3AAD97. Grayscale: #767676. Windows color (decimal): -3845528 or 6836933. OLE color: 6836933.
HSL color Cylindrical-coordinate representation of color #C55268: hue angle of 348.52º 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 #C55268 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 104 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.23 |
| HSL | 348.52º | 0.5% | 0.55% | - |
| HSV(B) | 348.52º | 0.58% | 0.77% | - |
| XYZ | 28.54 | 18.9 | 15.24 | - |
| YUV | 118.89 | 119.6 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 104 | 0 | 0.58 | 0.47 | 0.23 | 348.52 | 0.5 | 0.55 |
| Hex | C5 | 52 | 68 | 0 | 3A | 2F | 17 | 15D | 32 | 37 |
| Octal | 305 | 122 | 150 | 0 | 72 | 57 | 27 | 535 | 62 | 67 |
| Binary | 11000101 | 1010010 | 1101000 | 0 | 111010 | 101111 | 10111 | 101011101 | 110010 | 110111 |
Color Harmonies of #C55268
Complementary color
Monochromatic Colors of #C55268
Black with #C55268
Text Example
Text Example
White with #C55268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55268; }
p { color: rgb(197,82,104); }
H1.HeaderClassName
{
color: #C55268;
}
.AnyTagClassName
{
color: #C55268;
}
</style>
background-color css
<style>
a { background-color: #C55268; }
a { background-color: rgb(197,82,104); }
div.DivClassName
{
background-color: #C55268;
}
.BgClassName
{
background-color: #C55268;
}
</style>
border-color css
<style>
span { border-color: #C55268; }
span { border-color: rgb(197,82,104); }
td.TdClassName
{
border-color: #C55268;
}
.TagClassName
{
border-color: #C55268;
}
</style>