Shades of Cabaret #C15F71
Tints of Cabaret #C15F71
RGB
CMYK
RGB Variations
Color information
#C15F71 (or 0xC15F71) is known color: Cabaret. HEX triplet: C1, 5F and 71. RGB value is (193,95,113). Sum of RGB (Red+Green+Blue) = 193+95+113=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 95 (37.5% from 255 or 23.69% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15F71 is #3EA08E. Grayscale: #7E7E7E. Windows color (decimal): -4104335 or 7430081. OLE color: 7430081.
HSL color Cylindrical-coordinate representation of color #C15F71: hue angle of 348.98º 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 #C15F71 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 95 | 113 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.24 |
| HSL | 348.98º | 0.44% | 0.56% | - |
| HSV(B) | 348.98º | 0.51% | 0.76% | - |
| XYZ | 29.07 | 20.71 | 18.09 | - |
| YUV | 126.35 | 120.47 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 95 | 113 | 0 | 0.51 | 0.41 | 0.24 | 348.98 | 0.44 | 0.56 |
| Hex | C1 | 5F | 71 | 0 | 33 | 29 | 18 | 15D | 2C | 38 |
| Octal | 301 | 137 | 161 | 0 | 63 | 51 | 30 | 535 | 54 | 70 |
| Binary | 11000001 | 1011111 | 1110001 | 0 | 110011 | 101001 | 11000 | 101011101 | 101100 | 111000 |
Color Harmonies of #C15F71
Complementary color
Monochromatic Colors of #C15F71
Black with #C15F71
Text Example
Text Example
White with #C15F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15F71; }
p { color: rgb(193,95,113); }
H1.HeaderClassName
{
color: #C15F71;
}
.AnyTagClassName
{
color: #C15F71;
}
</style>
background-color css
<style>
a { background-color: #C15F71; }
a { background-color: rgb(193,95,113); }
div.DivClassName
{
background-color: #C15F71;
}
.BgClassName
{
background-color: #C15F71;
}
</style>
border-color css
<style>
span { border-color: #C15F71; }
span { border-color: rgb(193,95,113); }
td.TdClassName
{
border-color: #C15F71;
}
.TagClassName
{
border-color: #C15F71;
}
</style>