Shades of Cabaret #C95878
Tints of Cabaret #C95878
RGB
CMYK
RGB Variations
Color information
#C95878 (or 0xC95878) is known color: Cabaret. HEX triplet: C9, 58 and 78. RGB value is (201,88,120). Sum of RGB (Red+Green+Blue) = 201+88+120=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C95878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95878 is #36A787. Grayscale: #7D7D7D. Windows color (decimal): -3581832 or 7887049. OLE color: 7887049.
HSL color Cylindrical-coordinate representation of color #C95878: hue angle of 343.01º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C95878 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 88 | 120 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.21 |
| HSL | 343.01º | 0.51% | 0.57% | - |
| HSV(B) | 343.01º | 0.56% | 0.79% | - |
| XYZ | 30.97 | 20.75 | 20.14 | - |
| YUV | 125.44 | 124.94 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 120 | 0 | 0.56 | 0.40 | 0.21 | 343.01 | 0.51 | 0.57 |
| Hex | C9 | 58 | 78 | 0 | 38 | 28 | 15 | 157 | 33 | 39 |
| Octal | 311 | 130 | 170 | 0 | 70 | 50 | 25 | 527 | 63 | 71 |
| Binary | 11001001 | 1011000 | 1111000 | 0 | 111000 | 101000 | 10101 | 101010111 | 110011 | 111001 |
Color Harmonies of #C95878
Complementary color
Monochromatic Colors of #C95878
Black with #C95878
Text Example
Text Example
White with #C95878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95878; }
p { color: rgb(201,88,120); }
H1.HeaderClassName
{
color: #C95878;
}
.AnyTagClassName
{
color: #C95878;
}
</style>
background-color css
<style>
a { background-color: #C95878; }
a { background-color: rgb(201,88,120); }
div.DivClassName
{
background-color: #C95878;
}
.BgClassName
{
background-color: #C95878;
}
</style>
border-color css
<style>
span { border-color: #C95878; }
span { border-color: rgb(201,88,120); }
td.TdClassName
{
border-color: #C95878;
}
.TagClassName
{
border-color: #C95878;
}
</style>