Shades of Cabaret #C95063
Tints of Cabaret #C95063
RGB
CMYK
RGB Variations
Color information
#C95063 (or 0xC95063) is known color: Cabaret. HEX triplet: C9, 50 and 63. RGB value is (201,80,99). Sum of RGB (Red+Green+Blue) = 201+80+99=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 80 (31.64% from 255 or 21.05% from 380); Blue value is 99 (39.06% from 255 or 26.05% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C95063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95063 is #36AF9C. Grayscale: #767676. Windows color (decimal): -3583901 or 6508745. OLE color: 6508745.
HSL color Cylindrical-coordinate representation of color #C95063: hue angle of 350.58º 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 #C95063 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 80 | 99 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.21 |
| HSL | 350.58º | 0.53% | 0.55% | - |
| HSV(B) | 350.58º | 0.6% | 0.79% | - |
| XYZ | 29.21 | 19.06 | 13.94 | - |
| YUV | 118.35 | 117.09 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 80 | 99 | 0 | 0.60 | 0.51 | 0.21 | 350.58 | 0.53 | 0.55 |
| Hex | C9 | 50 | 63 | 0 | 3C | 33 | 15 | 15F | 35 | 37 |
| Octal | 311 | 120 | 143 | 0 | 74 | 63 | 25 | 537 | 65 | 67 |
| Binary | 11001001 | 1010000 | 1100011 | 0 | 111100 | 110011 | 10101 | 101011111 | 110101 | 110111 |
Color Harmonies of #C95063
Complementary color
Monochromatic Colors of #C95063
Black with #C95063
Text Example
Text Example
White with #C95063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95063; }
p { color: rgb(201,80,99); }
H1.HeaderClassName
{
color: #C95063;
}
.AnyTagClassName
{
color: #C95063;
}
</style>
background-color css
<style>
a { background-color: #C95063; }
a { background-color: rgb(201,80,99); }
div.DivClassName
{
background-color: #C95063;
}
.BgClassName
{
background-color: #C95063;
}
</style>
border-color css
<style>
span { border-color: #C95063; }
span { border-color: rgb(201,80,99); }
td.TdClassName
{
border-color: #C95063;
}
.TagClassName
{
border-color: #C95063;
}
</style>