Shades of Cabaret #C15D74
Tints of Cabaret #C15D74
RGB
CMYK
RGB Variations
Color information
#C15D74 (or 0xC15D74) is known color: Cabaret. HEX triplet: C1, 5D and 74. RGB value is (193,93,116). Sum of RGB (Red+Green+Blue) = 193+93+116=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C15D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15D74 is #3EA28B. Grayscale: #7D7D7D. Windows color (decimal): -4104844 or 7626177. OLE color: 7626177.
HSL color Cylindrical-coordinate representation of color #C15D74: hue angle of 346.2º 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 #C15D74 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 93 | 116 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.24 |
| HSL | 346.2º | 0.45% | 0.56% | - |
| HSV(B) | 346.2º | 0.52% | 0.76% | - |
| XYZ | 29.06 | 20.43 | 18.93 | - |
| YUV | 125.52 | 122.63 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 93 | 116 | 0 | 0.52 | 0.40 | 0.24 | 346.2 | 0.45 | 0.56 |
| Hex | C1 | 5D | 74 | 0 | 34 | 28 | 18 | 15A | 2D | 38 |
| Octal | 301 | 135 | 164 | 0 | 64 | 50 | 30 | 532 | 55 | 70 |
| Binary | 11000001 | 1011101 | 1110100 | 0 | 110100 | 101000 | 11000 | 101011010 | 101101 | 111000 |
Color Harmonies of #C15D74
Complementary color
Monochromatic Colors of #C15D74
Black with #C15D74
Text Example
Text Example
White with #C15D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15D74; }
p { color: rgb(193,93,116); }
H1.HeaderClassName
{
color: #C15D74;
}
.AnyTagClassName
{
color: #C15D74;
}
</style>
background-color css
<style>
a { background-color: #C15D74; }
a { background-color: rgb(193,93,116); }
div.DivClassName
{
background-color: #C15D74;
}
.BgClassName
{
background-color: #C15D74;
}
</style>
border-color css
<style>
span { border-color: #C15D74; }
span { border-color: rgb(193,93,116); }
td.TdClassName
{
border-color: #C15D74;
}
.TagClassName
{
border-color: #C15D74;
}
</style>