Shades of Cabaret #C1526C
Tints of Cabaret #C1526C
RGB
CMYK
RGB Variations
Color information
#C1526C (or 0xC1526C) is known color: Cabaret. HEX triplet: C1, 52 and 6C. RGB value is (193,82,108). Sum of RGB (Red+Green+Blue) = 193+82+108=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C1526C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1526C is #3EAD93. Grayscale: #767676. Windows color (decimal): -4107668 or 7099073. OLE color: 7099073.
HSL color Cylindrical-coordinate representation of color #C1526C: hue angle of 345.95º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C1526C is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 82 | 108 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.24 |
| HSL | 345.95º | 0.47% | 0.54% | - |
| HSV(B) | 345.95º | 0.58% | 0.76% | - |
| XYZ | 27.72 | 18.45 | 16.29 | - |
| YUV | 118.15 | 122.27 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 82 | 108 | 0 | 0.58 | 0.44 | 0.24 | 345.95 | 0.47 | 0.54 |
| Hex | C1 | 52 | 6C | 0 | 3A | 2C | 18 | 15A | 2F | 36 |
| Octal | 301 | 122 | 154 | 0 | 72 | 54 | 30 | 532 | 57 | 66 |
| Binary | 11000001 | 1010010 | 1101100 | 0 | 111010 | 101100 | 11000 | 101011010 | 101111 | 110110 |
Color Harmonies of #C1526C
Complementary color
Monochromatic Colors of #C1526C
Black with #C1526C
Text Example
Text Example
White with #C1526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1526C; }
p { color: rgb(193,82,108); }
H1.HeaderClassName
{
color: #C1526C;
}
.AnyTagClassName
{
color: #C1526C;
}
</style>
background-color css
<style>
a { background-color: #C1526C; }
a { background-color: rgb(193,82,108); }
div.DivClassName
{
background-color: #C1526C;
}
.BgClassName
{
background-color: #C1526C;
}
</style>
border-color css
<style>
span { border-color: #C1526C; }
span { border-color: rgb(193,82,108); }
td.TdClassName
{
border-color: #C1526C;
}
.TagClassName
{
border-color: #C1526C;
}
</style>