Shades of Cabaret #C15F74
Tints of Cabaret #C15F74
RGB
CMYK
RGB Variations
Color information
#C15F74 (or 0xC15F74) is known color: Cabaret. HEX triplet: C1, 5F and 74. RGB value is (193,95,116). Sum of RGB (Red+Green+Blue) = 193+95+116=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15F74 is #3EA08B. Grayscale: #7E7E7E. Windows color (decimal): -4104332 or 7626689. OLE color: 7626689.
HSL color Cylindrical-coordinate representation of color #C15F74: hue angle of 347.14º 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 #C15F74 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 95 | 116 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.24 |
| HSL | 347.14º | 0.44% | 0.56% | - |
| HSV(B) | 347.14º | 0.51% | 0.76% | - |
| XYZ | 29.24 | 20.78 | 18.99 | - |
| YUV | 126.7 | 121.97 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 95 | 116 | 0 | 0.51 | 0.40 | 0.24 | 347.14 | 0.44 | 0.56 |
| Hex | C1 | 5F | 74 | 0 | 33 | 28 | 18 | 15B | 2C | 38 |
| Octal | 301 | 137 | 164 | 0 | 63 | 50 | 30 | 533 | 54 | 70 |
| Binary | 11000001 | 1011111 | 1110100 | 0 | 110011 | 101000 | 11000 | 101011011 | 101100 | 111000 |
Color Harmonies of #C15F74
Complementary color
Monochromatic Colors of #C15F74
Black with #C15F74
Text Example
Text Example
White with #C15F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15F74; }
p { color: rgb(193,95,116); }
H1.HeaderClassName
{
color: #C15F74;
}
.AnyTagClassName
{
color: #C15F74;
}
</style>
background-color css
<style>
a { background-color: #C15F74; }
a { background-color: rgb(193,95,116); }
div.DivClassName
{
background-color: #C15F74;
}
.BgClassName
{
background-color: #C15F74;
}
</style>
border-color css
<style>
span { border-color: #C15F74; }
span { border-color: rgb(193,95,116); }
td.TdClassName
{
border-color: #C15F74;
}
.TagClassName
{
border-color: #C15F74;
}
</style>