Shades of Cabaret #C95F74
Tints of Cabaret #C95F74
RGB
CMYK
RGB Variations
Color information
#C95F74 (or 0xC95F74) is known color: Cabaret. HEX triplet: C9, 5F and 74. RGB value is (201,95,116). Sum of RGB (Red+Green+Blue) = 201+95+116=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 95 (37.5% from 255 or 23.06% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95F74 is #36A08B. Grayscale: #818181. Windows color (decimal): -3580044 or 7626697. OLE color: 7626697.
HSL color Cylindrical-coordinate representation of color #C95F74: hue angle of 348.11º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C95F74 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 95 | 116 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.21 |
| HSL | 348.11º | 0.5% | 0.58% | - |
| HSV(B) | 348.11º | 0.53% | 0.79% | - |
| XYZ | 31.33 | 21.86 | 19.09 | - |
| YUV | 129.09 | 120.62 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 95 | 116 | 0 | 0.53 | 0.42 | 0.21 | 348.11 | 0.5 | 0.58 |
| Hex | C9 | 5F | 74 | 0 | 35 | 2A | 15 | 15C | 32 | 3A |
| Octal | 311 | 137 | 164 | 0 | 65 | 52 | 25 | 534 | 62 | 72 |
| Binary | 11001001 | 1011111 | 1110100 | 0 | 110101 | 101010 | 10101 | 101011100 | 110010 | 111010 |
Color Harmonies of #C95F74
Complementary color
Monochromatic Colors of #C95F74
Black with #C95F74
Text Example
Text Example
White with #C95F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95F74; }
p { color: rgb(201,95,116); }
H1.HeaderClassName
{
color: #C95F74;
}
.AnyTagClassName
{
color: #C95F74;
}
</style>
background-color css
<style>
a { background-color: #C95F74; }
a { background-color: rgb(201,95,116); }
div.DivClassName
{
background-color: #C95F74;
}
.BgClassName
{
background-color: #C95F74;
}
</style>
border-color css
<style>
span { border-color: #C95F74; }
span { border-color: rgb(201,95,116); }
td.TdClassName
{
border-color: #C95F74;
}
.TagClassName
{
border-color: #C95F74;
}
</style>