Shades of Cabaret #C15869
Tints of Cabaret #C15869
RGB
CMYK
RGB Variations
Color information
#C15869 (or 0xC15869) is known color: Cabaret. HEX triplet: C1, 58 and 69. RGB value is (193,88,105). Sum of RGB (Red+Green+Blue) = 193+88+105=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 105 (41.41% from 255 or 27.20% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C15869 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15869 is #3EA796. Grayscale: #797979. Windows color (decimal): -4106135 or 6904001. OLE color: 6904001.
HSL color Cylindrical-coordinate representation of color #C15869: hue angle of 350.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 #C15869 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 88 | 105 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.24 |
| HSL | 350.29º | 0.46% | 0.55% | - |
| HSV(B) | 350.29º | 0.54% | 0.76% | - |
| XYZ | 28.03 | 19.34 | 15.62 | - |
| YUV | 121.33 | 118.79 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 88 | 105 | 0 | 0.54 | 0.46 | 0.24 | 350.29 | 0.46 | 0.55 |
| Hex | C1 | 58 | 69 | 0 | 36 | 2E | 18 | 15E | 2E | 37 |
| Octal | 301 | 130 | 151 | 0 | 66 | 56 | 30 | 536 | 56 | 67 |
| Binary | 11000001 | 1011000 | 1101001 | 0 | 110110 | 101110 | 11000 | 101011110 | 101110 | 110111 |
Color Harmonies of #C15869
Complementary color
Monochromatic Colors of #C15869
Black with #C15869
Text Example
Text Example
White with #C15869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15869; }
p { color: rgb(193,88,105); }
H1.HeaderClassName
{
color: #C15869;
}
.AnyTagClassName
{
color: #C15869;
}
</style>
background-color css
<style>
a { background-color: #C15869; }
a { background-color: rgb(193,88,105); }
div.DivClassName
{
background-color: #C15869;
}
.BgClassName
{
background-color: #C15869;
}
</style>
border-color css
<style>
span { border-color: #C15869; }
span { border-color: rgb(193,88,105); }
td.TdClassName
{
border-color: #C15869;
}
.TagClassName
{
border-color: #C15869;
}
</style>