Shades of Cabaret #C95F78
Tints of Cabaret #C95F78
RGB
CMYK
RGB Variations
Color information
#C95F78 (or 0xC95F78) is known color: Cabaret. HEX triplet: C9, 5F and 78. RGB value is (201,95,120). Sum of RGB (Red+Green+Blue) = 201+95+120=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95F78 is #36A087. Grayscale: #818181. Windows color (decimal): -3580040 or 7888841. OLE color: 7888841.
HSL color Cylindrical-coordinate representation of color #C95F78: hue angle of 345.85º 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 #C95F78 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 95 | 120 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.21 |
| HSL | 345.85º | 0.5% | 0.58% | - |
| HSV(B) | 345.85º | 0.53% | 0.79% | - |
| XYZ | 31.57 | 21.96 | 20.34 | - |
| YUV | 129.54 | 122.62 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 95 | 120 | 0 | 0.53 | 0.40 | 0.21 | 345.85 | 0.5 | 0.58 |
| Hex | C9 | 5F | 78 | 0 | 35 | 28 | 15 | 15A | 32 | 3A |
| Octal | 311 | 137 | 170 | 0 | 65 | 50 | 25 | 532 | 62 | 72 |
| Binary | 11001001 | 1011111 | 1111000 | 0 | 110101 | 101000 | 10101 | 101011010 | 110010 | 111010 |
Color Harmonies of #C95F78
Complementary color
Monochromatic Colors of #C95F78
Black with #C95F78
Text Example
Text Example
White with #C95F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95F78; }
p { color: rgb(201,95,120); }
H1.HeaderClassName
{
color: #C95F78;
}
.AnyTagClassName
{
color: #C95F78;
}
</style>
background-color css
<style>
a { background-color: #C95F78; }
a { background-color: rgb(201,95,120); }
div.DivClassName
{
background-color: #C95F78;
}
.BgClassName
{
background-color: #C95F78;
}
</style>
border-color css
<style>
span { border-color: #C95F78; }
span { border-color: rgb(201,95,120); }
td.TdClassName
{
border-color: #C95F78;
}
.TagClassName
{
border-color: #C95F78;
}
</style>