Shades of Cabaret #C15C7A
Tints of Cabaret #C15C7A
RGB
CMYK
RGB Variations
Color information
#C15C7A (or 0xC15C7A) is known color: Cabaret. HEX triplet: C1, 5C and 7A. RGB value is (193,92,122). Sum of RGB (Red+Green+Blue) = 193+92+122=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C15C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15C7A is #3EA385. Grayscale: #7D7D7D. Windows color (decimal): -4105094 or 8019137. OLE color: 8019137.
HSL color Cylindrical-coordinate representation of color #C15C7A: hue angle of 342.18º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C15C7A is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 92 | 122 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.24 |
| HSL | 342.18º | 0.45% | 0.56% | - |
| HSV(B) | 342.18º | 0.52% | 0.76% | - |
| XYZ | 29.33 | 20.4 | 20.8 | - |
| YUV | 125.62 | 125.96 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 92 | 122 | 0 | 0.52 | 0.37 | 0.24 | 342.18 | 0.45 | 0.56 |
| Hex | C1 | 5C | 7A | 0 | 34 | 25 | 18 | 156 | 2D | 38 |
| Octal | 301 | 134 | 172 | 0 | 64 | 45 | 30 | 526 | 55 | 70 |
| Binary | 11000001 | 1011100 | 1111010 | 0 | 110100 | 100101 | 11000 | 101010110 | 101101 | 111000 |
Color Harmonies of #C15C7A
Complementary color
Monochromatic Colors of #C15C7A
Black with #C15C7A
Text Example
Text Example
White with #C15C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15C7A; }
p { color: rgb(193,92,122); }
H1.HeaderClassName
{
color: #C15C7A;
}
.AnyTagClassName
{
color: #C15C7A;
}
</style>
background-color css
<style>
a { background-color: #C15C7A; }
a { background-color: rgb(193,92,122); }
div.DivClassName
{
background-color: #C15C7A;
}
.BgClassName
{
background-color: #C15C7A;
}
</style>
border-color css
<style>
span { border-color: #C15C7A; }
span { border-color: rgb(193,92,122); }
td.TdClassName
{
border-color: #C15C7A;
}
.TagClassName
{
border-color: #C15C7A;
}
</style>