Shades of Cabaret #C95778
Tints of Cabaret #C95778
RGB
CMYK
RGB Variations
Color information
#C95778 (or 0xC95778) is known color: Cabaret. HEX triplet: C9, 57 and 78. RGB value is (201,87,120). Sum of RGB (Red+Green+Blue) = 201+87+120=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 87 (34.38% from 255 or 21.32% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C95778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95778 is #36A887. Grayscale: #7C7C7C. Windows color (decimal): -3582088 or 7886793. OLE color: 7886793.
HSL color Cylindrical-coordinate representation of color #C95778: hue angle of 342.63º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C95778 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 87 | 120 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.21 |
| HSL | 342.63º | 0.51% | 0.56% | - |
| HSV(B) | 342.63º | 0.57% | 0.79% | - |
| XYZ | 30.89 | 20.59 | 20.12 | - |
| YUV | 124.85 | 125.27 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 87 | 120 | 0 | 0.57 | 0.40 | 0.21 | 342.63 | 0.51 | 0.56 |
| Hex | C9 | 57 | 78 | 0 | 39 | 28 | 15 | 157 | 33 | 38 |
| Octal | 311 | 127 | 170 | 0 | 71 | 50 | 25 | 527 | 63 | 70 |
| Binary | 11001001 | 1010111 | 1111000 | 0 | 111001 | 101000 | 10101 | 101010111 | 110011 | 111000 |
Color Harmonies of #C95778
Complementary color
Monochromatic Colors of #C95778
Black with #C95778
Text Example
Text Example
White with #C95778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95778; }
p { color: rgb(201,87,120); }
H1.HeaderClassName
{
color: #C95778;
}
.AnyTagClassName
{
color: #C95778;
}
</style>
background-color css
<style>
a { background-color: #C95778; }
a { background-color: rgb(201,87,120); }
div.DivClassName
{
background-color: #C95778;
}
.BgClassName
{
background-color: #C95778;
}
</style>
border-color css
<style>
span { border-color: #C95778; }
span { border-color: rgb(201,87,120); }
td.TdClassName
{
border-color: #C95778;
}
.TagClassName
{
border-color: #C95778;
}
</style>