Shades of Cabaret #C95074
Tints of Cabaret #C95074
RGB
CMYK
RGB Variations
Color information
#C95074 (or 0xC95074) is known color: Cabaret. HEX triplet: C9, 50 and 74. RGB value is (201,80,116). Sum of RGB (Red+Green+Blue) = 201+80+116=397 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.63% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 201 - color contains mainly: red. Hex color #C95074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95074 is #36AF8B. Grayscale: #787878. Windows color (decimal): -3583884 or 7622857. OLE color: 7622857.
HSL color Cylindrical-coordinate representation of color #C95074: hue angle of 342.15º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C95074 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 80 | 116 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.21 |
| HSL | 342.15º | 0.53% | 0.55% | - |
| HSV(B) | 342.15º | 0.6% | 0.79% | - |
| XYZ | 30.11 | 19.42 | 18.68 | - |
| YUV | 120.28 | 125.59 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 116 | 0 | 0.60 | 0.42 | 0.21 | 342.15 | 0.53 | 0.55 |
| Hex | C9 | 50 | 74 | 0 | 3C | 2A | 15 | 156 | 35 | 37 |
| Octal | 311 | 120 | 164 | 0 | 74 | 52 | 25 | 526 | 65 | 67 |
| Binary | 11001001 | 1010000 | 1110100 | 0 | 111100 | 101010 | 10101 | 101010110 | 110101 | 110111 |
Color Harmonies of #C95074
Complementary color
Monochromatic Colors of #C95074
Black with #C95074
Text Example
Text Example
White with #C95074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95074; }
p { color: rgb(201,80,116); }
H1.HeaderClassName
{
color: #C95074;
}
.AnyTagClassName
{
color: #C95074;
}
</style>
background-color css
<style>
a { background-color: #C95074; }
a { background-color: rgb(201,80,116); }
div.DivClassName
{
background-color: #C95074;
}
.BgClassName
{
background-color: #C95074;
}
</style>
border-color css
<style>
span { border-color: #C95074; }
span { border-color: rgb(201,80,116); }
td.TdClassName
{
border-color: #C95074;
}
.TagClassName
{
border-color: #C95074;
}
</style>