Shades of Cabaret #C15A74
Tints of Cabaret #C15A74
RGB
CMYK
RGB Variations
Color information
#C15A74 (or 0xC15A74) is known color: Cabaret. HEX triplet: C1, 5A and 74. RGB value is (193,90,116). Sum of RGB (Red+Green+Blue) = 193+90+116=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15A74 is #3EA58B. Grayscale: #7B7B7B. Windows color (decimal): -4105612 or 7625409. OLE color: 7625409.
HSL color Cylindrical-coordinate representation of color #C15A74: hue angle of 344.85º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C15A74 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 90 | 116 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.24 |
| HSL | 344.85º | 0.45% | 0.55% | - |
| HSV(B) | 344.85º | 0.53% | 0.76% | - |
| XYZ | 28.8 | 19.91 | 18.85 | - |
| YUV | 123.76 | 123.62 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 90 | 116 | 0 | 0.53 | 0.40 | 0.24 | 344.85 | 0.45 | 0.55 |
| Hex | C1 | 5A | 74 | 0 | 35 | 28 | 18 | 159 | 2D | 37 |
| Octal | 301 | 132 | 164 | 0 | 65 | 50 | 30 | 531 | 55 | 67 |
| Binary | 11000001 | 1011010 | 1110100 | 0 | 110101 | 101000 | 11000 | 101011001 | 101101 | 110111 |
Color Harmonies of #C15A74
Complementary color
Monochromatic Colors of #C15A74
Black with #C15A74
Text Example
Text Example
White with #C15A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15A74; }
p { color: rgb(193,90,116); }
H1.HeaderClassName
{
color: #C15A74;
}
.AnyTagClassName
{
color: #C15A74;
}
</style>
background-color css
<style>
a { background-color: #C15A74; }
a { background-color: rgb(193,90,116); }
div.DivClassName
{
background-color: #C15A74;
}
.BgClassName
{
background-color: #C15A74;
}
</style>
border-color css
<style>
span { border-color: #C15A74; }
span { border-color: rgb(193,90,116); }
td.TdClassName
{
border-color: #C15A74;
}
.TagClassName
{
border-color: #C15A74;
}
</style>