Shades of Cabaret #C6526C
Tints of Cabaret #C6526C
RGB
CMYK
RGB Variations
Color information
#C6526C (or 0xC6526C) is known color: Cabaret. HEX triplet: C6, 52 and 6C. RGB value is (198,82,108). Sum of RGB (Red+Green+Blue) = 198+82+108=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C6526C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6526C is #39AD93. Grayscale: #777777. Windows color (decimal): -3779988 or 7099078. OLE color: 7099078.
HSL color Cylindrical-coordinate representation of color #C6526C: hue angle of 346.55º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C6526C is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 82 | 108 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.22 |
| HSL | 346.55º | 0.5% | 0.55% | - |
| HSV(B) | 346.55º | 0.59% | 0.78% | - |
| XYZ | 29.01 | 19.12 | 16.35 | - |
| YUV | 119.65 | 121.43 | 183.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 108 | 0 | 0.59 | 0.45 | 0.22 | 346.55 | 0.5 | 0.55 |
| Hex | C6 | 52 | 6C | 0 | 3B | 2D | 16 | 15B | 32 | 37 |
| Octal | 306 | 122 | 154 | 0 | 73 | 55 | 26 | 533 | 62 | 67 |
| Binary | 11000110 | 1010010 | 1101100 | 0 | 111011 | 101101 | 10110 | 101011011 | 110010 | 110111 |
Color Harmonies of #C6526C
Complementary color
Monochromatic Colors of #C6526C
Black with #C6526C
Text Example
Text Example
White with #C6526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6526C; }
p { color: rgb(198,82,108); }
H1.HeaderClassName
{
color: #C6526C;
}
.AnyTagClassName
{
color: #C6526C;
}
</style>
background-color css
<style>
a { background-color: #C6526C; }
a { background-color: rgb(198,82,108); }
div.DivClassName
{
background-color: #C6526C;
}
.BgClassName
{
background-color: #C6526C;
}
</style>
border-color css
<style>
span { border-color: #C6526C; }
span { border-color: rgb(198,82,108); }
td.TdClassName
{
border-color: #C6526C;
}
.TagClassName
{
border-color: #C6526C;
}
</style>