Shades of Cabaret #C15E6B
Tints of Cabaret #C15E6B
RGB
CMYK
RGB Variations
Color information
#C15E6B (or 0xC15E6B) is known color: Cabaret. HEX triplet: C1, 5E and 6B. RGB value is (193,94,107). Sum of RGB (Red+Green+Blue) = 193+94+107=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C15E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15E6B is #3EA194. Grayscale: #7D7D7D. Windows color (decimal): -4104597 or 7036609. OLE color: 7036609.
HSL color Cylindrical-coordinate representation of color #C15E6B: hue angle of 352.12º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C15E6B is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 94 | 107 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.24 |
| HSL | 352.12º | 0.44% | 0.56% | - |
| HSV(B) | 352.12º | 0.51% | 0.76% | - |
| XYZ | 28.65 | 20.4 | 16.34 | - |
| YUV | 125.08 | 117.8 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 94 | 107 | 0 | 0.51 | 0.45 | 0.24 | 352.12 | 0.44 | 0.56 |
| Hex | C1 | 5E | 6B | 0 | 33 | 2D | 18 | 160 | 2C | 38 |
| Octal | 301 | 136 | 153 | 0 | 63 | 55 | 30 | 540 | 54 | 70 |
| Binary | 11000001 | 1011110 | 1101011 | 0 | 110011 | 101101 | 11000 | 101100000 | 101100 | 111000 |
Color Harmonies of #C15E6B
Complementary color
Monochromatic Colors of #C15E6B
Black with #C15E6B
Text Example
Text Example
White with #C15E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15E6B; }
p { color: rgb(193,94,107); }
H1.HeaderClassName
{
color: #C15E6B;
}
.AnyTagClassName
{
color: #C15E6B;
}
</style>
background-color css
<style>
a { background-color: #C15E6B; }
a { background-color: rgb(193,94,107); }
div.DivClassName
{
background-color: #C15E6B;
}
.BgClassName
{
background-color: #C15E6B;
}
</style>
border-color css
<style>
span { border-color: #C15E6B; }
span { border-color: rgb(193,94,107); }
td.TdClassName
{
border-color: #C15E6B;
}
.TagClassName
{
border-color: #C15E6B;
}
</style>