Shades of Cabaret #C15B72
Tints of Cabaret #C15B72
RGB
CMYK
RGB Variations
Color information
#C15B72 (or 0xC15B72) is known color: Cabaret. HEX triplet: C1, 5B and 72. RGB value is (193,91,114). Sum of RGB (Red+Green+Blue) = 193+91+114=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C15B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15B72 is #3EA48D. Grayscale: #7C7C7C. Windows color (decimal): -4105358 or 7494593. OLE color: 7494593.
HSL color Cylindrical-coordinate representation of color #C15B72: hue angle of 346.47º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C15B72 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 91 | 114 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.24 |
| HSL | 346.47º | 0.45% | 0.56% | - |
| HSV(B) | 346.47º | 0.53% | 0.76% | - |
| XYZ | 28.77 | 20.03 | 18.27 | - |
| YUV | 124.12 | 122.29 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 91 | 114 | 0 | 0.53 | 0.41 | 0.24 | 346.47 | 0.45 | 0.56 |
| Hex | C1 | 5B | 72 | 0 | 35 | 29 | 18 | 15A | 2D | 38 |
| Octal | 301 | 133 | 162 | 0 | 65 | 51 | 30 | 532 | 55 | 70 |
| Binary | 11000001 | 1011011 | 1110010 | 0 | 110101 | 101001 | 11000 | 101011010 | 101101 | 111000 |
Color Harmonies of #C15B72
Complementary color
Monochromatic Colors of #C15B72
Black with #C15B72
Text Example
Text Example
White with #C15B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15B72; }
p { color: rgb(193,91,114); }
H1.HeaderClassName
{
color: #C15B72;
}
.AnyTagClassName
{
color: #C15B72;
}
</style>
background-color css
<style>
a { background-color: #C15B72; }
a { background-color: rgb(193,91,114); }
div.DivClassName
{
background-color: #C15B72;
}
.BgClassName
{
background-color: #C15B72;
}
</style>
border-color css
<style>
span { border-color: #C15B72; }
span { border-color: rgb(193,91,114); }
td.TdClassName
{
border-color: #C15B72;
}
.TagClassName
{
border-color: #C15B72;
}
</style>