Shades of Cabaret #C15A73
Tints of Cabaret #C15A73
RGB
CMYK
RGB Variations
Color information
#C15A73 (or 0xC15A73) is known color: Cabaret. HEX triplet: C1, 5A and 73. RGB value is (193,90,115). Sum of RGB (Red+Green+Blue) = 193+90+115=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 115 (45.31% from 255 or 28.89% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15A73 is #3EA58C. Grayscale: #7B7B7B. Windows color (decimal): -4105613 or 7559873. OLE color: 7559873.
HSL color Cylindrical-coordinate representation of color #C15A73: hue angle of 345.44º 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 #C15A73 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 90 | 115 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.24 |
| HSL | 345.44º | 0.45% | 0.55% | - |
| HSV(B) | 345.44º | 0.53% | 0.76% | - |
| XYZ | 28.74 | 19.89 | 18.54 | - |
| YUV | 123.65 | 123.12 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 115 | 0 | 0.53 | 0.40 | 0.24 | 345.44 | 0.45 | 0.55 |
| Hex | C1 | 5A | 73 | 0 | 35 | 28 | 18 | 159 | 2D | 37 |
| Octal | 301 | 132 | 163 | 0 | 65 | 50 | 30 | 531 | 55 | 67 |
| Binary | 11000001 | 1011010 | 1110011 | 0 | 110101 | 101000 | 11000 | 101011001 | 101101 | 110111 |
Color Harmonies of #C15A73
Complementary color
Monochromatic Colors of #C15A73
Black with #C15A73
Text Example
Text Example
White with #C15A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15A73; }
p { color: rgb(193,90,115); }
H1.HeaderClassName
{
color: #C15A73;
}
.AnyTagClassName
{
color: #C15A73;
}
</style>
background-color css
<style>
a { background-color: #C15A73; }
a { background-color: rgb(193,90,115); }
div.DivClassName
{
background-color: #C15A73;
}
.BgClassName
{
background-color: #C15A73;
}
</style>
border-color css
<style>
span { border-color: #C15A73; }
span { border-color: rgb(193,90,115); }
td.TdClassName
{
border-color: #C15A73;
}
.TagClassName
{
border-color: #C15A73;
}
</style>