Shades of Cabaret #C15A6B
Tints of Cabaret #C15A6B
RGB
CMYK
RGB Variations
Color information
#C15A6B (or 0xC15A6B) is known color: Cabaret. HEX triplet: C1, 5A and 6B. RGB value is (193,90,107). Sum of RGB (Red+Green+Blue) = 193+90+107=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15A6B is #3EA594. Grayscale: #7A7A7A. Windows color (decimal): -4105621 or 7035585. OLE color: 7035585.
HSL color Cylindrical-coordinate representation of color #C15A6B: hue angle of 350.1º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C15A6B is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 90 | 107 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.24 |
| HSL | 350.1º | 0.45% | 0.55% | - |
| HSV(B) | 350.1º | 0.53% | 0.76% | - |
| XYZ | 28.3 | 19.71 | 16.22 | - |
| YUV | 122.74 | 119.12 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 107 | 0 | 0.53 | 0.45 | 0.24 | 350.1 | 0.45 | 0.55 |
| Hex | C1 | 5A | 6B | 0 | 35 | 2D | 18 | 15E | 2D | 37 |
| Octal | 301 | 132 | 153 | 0 | 65 | 55 | 30 | 536 | 55 | 67 |
| Binary | 11000001 | 1011010 | 1101011 | 0 | 110101 | 101101 | 11000 | 101011110 | 101101 | 110111 |
Color Harmonies of #C15A6B
Complementary color
Monochromatic Colors of #C15A6B
Black with #C15A6B
Text Example
Text Example
White with #C15A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15A6B; }
p { color: rgb(193,90,107); }
H1.HeaderClassName
{
color: #C15A6B;
}
.AnyTagClassName
{
color: #C15A6B;
}
</style>
background-color css
<style>
a { background-color: #C15A6B; }
a { background-color: rgb(193,90,107); }
div.DivClassName
{
background-color: #C15A6B;
}
.BgClassName
{
background-color: #C15A6B;
}
</style>
border-color css
<style>
span { border-color: #C15A6B; }
span { border-color: rgb(193,90,107); }
td.TdClassName
{
border-color: #C15A6B;
}
.TagClassName
{
border-color: #C15A6B;
}
</style>