Shades of Cabaret #C15870
Tints of Cabaret #C15870
RGB
CMYK
RGB Variations
Color information
#C15870 (or 0xC15870) is known color: Cabaret. HEX triplet: C1, 58 and 70. RGB value is (193,88,112). Sum of RGB (Red+Green+Blue) = 193+88+112=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C15870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15870 is #3EA78F. Grayscale: #7A7A7A. Windows color (decimal): -4106128 or 7362753. OLE color: 7362753.
HSL color Cylindrical-coordinate representation of color #C15870: hue angle of 346.29º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C15870 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 88 | 112 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.24 |
| HSL | 346.29º | 0.46% | 0.55% | - |
| HSV(B) | 346.29º | 0.54% | 0.76% | - |
| XYZ | 28.41 | 19.49 | 17.59 | - |
| YUV | 122.13 | 122.29 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 88 | 112 | 0 | 0.54 | 0.42 | 0.24 | 346.29 | 0.46 | 0.55 |
| Hex | C1 | 58 | 70 | 0 | 36 | 2A | 18 | 15A | 2E | 37 |
| Octal | 301 | 130 | 160 | 0 | 66 | 52 | 30 | 532 | 56 | 67 |
| Binary | 11000001 | 1011000 | 1110000 | 0 | 110110 | 101010 | 11000 | 101011010 | 101110 | 110111 |
Color Harmonies of #C15870
Complementary color
Monochromatic Colors of #C15870
Black with #C15870
Text Example
Text Example
White with #C15870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15870; }
p { color: rgb(193,88,112); }
H1.HeaderClassName
{
color: #C15870;
}
.AnyTagClassName
{
color: #C15870;
}
</style>
background-color css
<style>
a { background-color: #C15870; }
a { background-color: rgb(193,88,112); }
div.DivClassName
{
background-color: #C15870;
}
.BgClassName
{
background-color: #C15870;
}
</style>
border-color css
<style>
span { border-color: #C15870; }
span { border-color: rgb(193,88,112); }
td.TdClassName
{
border-color: #C15870;
}
.TagClassName
{
border-color: #C15870;
}
</style>