Shades of Cabaret #C95D74
Tints of Cabaret #C95D74
RGB
CMYK
RGB Variations
Color information
#C95D74 (or 0xC95D74) is known color: Cabaret. HEX triplet: C9, 5D and 74. RGB value is (201,93,116). Sum of RGB (Red+Green+Blue) = 201+93+116=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 201 - color contains mainly: red. Hex color #C95D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95D74 is #36A28B. Grayscale: #7F7F7F. Windows color (decimal): -3580556 or 7626185. OLE color: 7626185.
HSL color Cylindrical-coordinate representation of color #C95D74: hue angle of 347.22º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C95D74 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 93 | 116 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.21 |
| HSL | 347.22º | 0.5% | 0.58% | - |
| HSV(B) | 347.22º | 0.54% | 0.79% | - |
| XYZ | 31.15 | 21.51 | 19.03 | - |
| YUV | 127.91 | 121.28 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 93 | 116 | 0 | 0.54 | 0.42 | 0.21 | 347.22 | 0.5 | 0.58 |
| Hex | C9 | 5D | 74 | 0 | 36 | 2A | 15 | 15B | 32 | 3A |
| Octal | 311 | 135 | 164 | 0 | 66 | 52 | 25 | 533 | 62 | 72 |
| Binary | 11001001 | 1011101 | 1110100 | 0 | 110110 | 101010 | 10101 | 101011011 | 110010 | 111010 |
Color Harmonies of #C95D74
Complementary color
Monochromatic Colors of #C95D74
Black with #C95D74
Text Example
Text Example
White with #C95D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95D74; }
p { color: rgb(201,93,116); }
H1.HeaderClassName
{
color: #C95D74;
}
.AnyTagClassName
{
color: #C95D74;
}
</style>
background-color css
<style>
a { background-color: #C95D74; }
a { background-color: rgb(201,93,116); }
div.DivClassName
{
background-color: #C95D74;
}
.BgClassName
{
background-color: #C95D74;
}
</style>
border-color css
<style>
span { border-color: #C95D74; }
span { border-color: rgb(201,93,116); }
td.TdClassName
{
border-color: #C95D74;
}
.TagClassName
{
border-color: #C95D74;
}
</style>