Shades of Cabaret #C15867
Tints of Cabaret #C15867
RGB
CMYK
RGB Variations
Color information
#C15867 (or 0xC15867) is known color: Cabaret. HEX triplet: C1, 58 and 67. RGB value is (193,88,103). Sum of RGB (Red+Green+Blue) = 193+88+103=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 103 (40.62% from 255 or 26.82% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C15867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15867 is #3EA798. Grayscale: #797979. Windows color (decimal): -4106137 or 6772929. OLE color: 6772929.
HSL color Cylindrical-coordinate representation of color #C15867: hue angle of 351.43º 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 #C15867 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 88 | 103 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.24 |
| HSL | 351.43º | 0.46% | 0.55% | - |
| HSV(B) | 351.43º | 0.54% | 0.76% | - |
| XYZ | 27.93 | 19.3 | 15.08 | - |
| YUV | 121.11 | 117.79 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 88 | 103 | 0 | 0.54 | 0.47 | 0.24 | 351.43 | 0.46 | 0.55 |
| Hex | C1 | 58 | 67 | 0 | 36 | 2F | 18 | 15F | 2E | 37 |
| Octal | 301 | 130 | 147 | 0 | 66 | 57 | 30 | 537 | 56 | 67 |
| Binary | 11000001 | 1011000 | 1100111 | 0 | 110110 | 101111 | 11000 | 101011111 | 101110 | 110111 |
Color Harmonies of #C15867
Complementary color
Monochromatic Colors of #C15867
Black with #C15867
Text Example
Text Example
White with #C15867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15867; }
p { color: rgb(193,88,103); }
H1.HeaderClassName
{
color: #C15867;
}
.AnyTagClassName
{
color: #C15867;
}
</style>
background-color css
<style>
a { background-color: #C15867; }
a { background-color: rgb(193,88,103); }
div.DivClassName
{
background-color: #C15867;
}
.BgClassName
{
background-color: #C15867;
}
</style>
border-color css
<style>
span { border-color: #C15867; }
span { border-color: rgb(193,88,103); }
td.TdClassName
{
border-color: #C15867;
}
.TagClassName
{
border-color: #C15867;
}
</style>