Shades of Cabaret #C5526C
Tints of Cabaret #C5526C
RGB
CMYK
RGB Variations
Color information
#C5526C (or 0xC5526C) is known color: Cabaret. HEX triplet: C5, 52 and 6C. RGB value is (197,82,108). Sum of RGB (Red+Green+Blue) = 197+82+108=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C5526C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5526C is #3AAD93. Grayscale: #777777. Windows color (decimal): -3845524 or 7099077. OLE color: 7099077.
HSL color Cylindrical-coordinate representation of color #C5526C: hue angle of 346.43º 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 #C5526C is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 108 | - |
| CMYK | 0 | 0.58 | 0.45 | 0.23 |
| HSL | 346.43º | 0.5% | 0.55% | - |
| HSV(B) | 346.43º | 0.58% | 0.77% | - |
| XYZ | 28.75 | 18.99 | 16.34 | - |
| YUV | 119.35 | 121.6 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 108 | 0 | 0.58 | 0.45 | 0.23 | 346.43 | 0.5 | 0.55 |
| Hex | C5 | 52 | 6C | 0 | 3A | 2D | 17 | 15A | 32 | 37 |
| Octal | 305 | 122 | 154 | 0 | 72 | 55 | 27 | 532 | 62 | 67 |
| Binary | 11000101 | 1010010 | 1101100 | 0 | 111010 | 101101 | 10111 | 101011010 | 110010 | 110111 |
Color Harmonies of #C5526C
Complementary color
Monochromatic Colors of #C5526C
Black with #C5526C
Text Example
Text Example
White with #C5526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5526C; }
p { color: rgb(197,82,108); }
H1.HeaderClassName
{
color: #C5526C;
}
.AnyTagClassName
{
color: #C5526C;
}
</style>
background-color css
<style>
a { background-color: #C5526C; }
a { background-color: rgb(197,82,108); }
div.DivClassName
{
background-color: #C5526C;
}
.BgClassName
{
background-color: #C5526C;
}
</style>
border-color css
<style>
span { border-color: #C5526C; }
span { border-color: rgb(197,82,108); }
td.TdClassName
{
border-color: #C5526C;
}
.TagClassName
{
border-color: #C5526C;
}
</style>