Shades of Cabaret #C15E6D
Tints of Cabaret #C15E6D
RGB
CMYK
RGB Variations
Color information
#C15E6D (or 0xC15E6D) is known color: Cabaret. HEX triplet: C1, 5E and 6D. RGB value is (193,94,109). Sum of RGB (Red+Green+Blue) = 193+94+109=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C15E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15E6D is #3EA192. Grayscale: #7D7D7D. Windows color (decimal): -4104595 or 7167681. OLE color: 7167681.
HSL color Cylindrical-coordinate representation of color #C15E6D: hue angle of 350.91º 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 #C15E6D is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 94 | 109 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.24 |
| HSL | 350.91º | 0.44% | 0.56% | - |
| HSV(B) | 350.91º | 0.51% | 0.76% | - |
| XYZ | 28.76 | 20.45 | 16.9 | - |
| YUV | 125.31 | 118.8 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 94 | 109 | 0 | 0.51 | 0.44 | 0.24 | 350.91 | 0.44 | 0.56 |
| Hex | C1 | 5E | 6D | 0 | 33 | 2C | 18 | 15F | 2C | 38 |
| Octal | 301 | 136 | 155 | 0 | 63 | 54 | 30 | 537 | 54 | 70 |
| Binary | 11000001 | 1011110 | 1101101 | 0 | 110011 | 101100 | 11000 | 101011111 | 101100 | 111000 |
Color Harmonies of #C15E6D
Complementary color
Monochromatic Colors of #C15E6D
Black with #C15E6D
Text Example
Text Example
White with #C15E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15E6D; }
p { color: rgb(193,94,109); }
H1.HeaderClassName
{
color: #C15E6D;
}
.AnyTagClassName
{
color: #C15E6D;
}
</style>
background-color css
<style>
a { background-color: #C15E6D; }
a { background-color: rgb(193,94,109); }
div.DivClassName
{
background-color: #C15E6D;
}
.BgClassName
{
background-color: #C15E6D;
}
</style>
border-color css
<style>
span { border-color: #C15E6D; }
span { border-color: rgb(193,94,109); }
td.TdClassName
{
border-color: #C15E6D;
}
.TagClassName
{
border-color: #C15E6D;
}
</style>