Shades of Cabaret #C95873
Tints of Cabaret #C95873
RGB
CMYK
RGB Variations
Color information
#C95873 (or 0xC95873) is known color: Cabaret. HEX triplet: C9, 58 and 73. RGB value is (201,88,115). Sum of RGB (Red+Green+Blue) = 201+88+115=404 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.75% from 404); Green value is 88 (34.77% from 255 or 21.78% from 404); Blue value is 115 (45.31% from 255 or 28.47% from 404); Max value from RGB is 201 - color contains mainly: red. Hex color #C95873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95873 is #36A78C. Grayscale: #7C7C7C. Windows color (decimal): -3581837 or 7559369. OLE color: 7559369.
HSL color Cylindrical-coordinate representation of color #C95873: hue angle of 345.66º 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 #C95873 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 88 | 115 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.21 |
| HSL | 345.66º | 0.51% | 0.57% | - |
| HSV(B) | 345.66º | 0.56% | 0.79% | - |
| XYZ | 30.67 | 20.63 | 18.59 | - |
| YUV | 124.87 | 122.44 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 115 | 0 | 0.56 | 0.43 | 0.21 | 345.66 | 0.51 | 0.57 |
| Hex | C9 | 58 | 73 | 0 | 38 | 2B | 15 | 15A | 33 | 39 |
| Octal | 311 | 130 | 163 | 0 | 70 | 53 | 25 | 532 | 63 | 71 |
| Binary | 11001001 | 1011000 | 1110011 | 0 | 111000 | 101011 | 10101 | 101011010 | 110011 | 111001 |
Color Harmonies of #C95873
Complementary color
Monochromatic Colors of #C95873
Black with #C95873
Text Example
Text Example
White with #C95873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95873; }
p { color: rgb(201,88,115); }
H1.HeaderClassName
{
color: #C95873;
}
.AnyTagClassName
{
color: #C95873;
}
</style>
background-color css
<style>
a { background-color: #C95873; }
a { background-color: rgb(201,88,115); }
div.DivClassName
{
background-color: #C95873;
}
.BgClassName
{
background-color: #C95873;
}
</style>
border-color css
<style>
span { border-color: #C95873; }
span { border-color: rgb(201,88,115); }
td.TdClassName
{
border-color: #C95873;
}
.TagClassName
{
border-color: #C95873;
}
</style>