Shades of Cabaret #C95373
Tints of Cabaret #C95373
RGB
CMYK
RGB Variations
Color information
#C95373 (or 0xC95373) is known color: Cabaret. HEX triplet: C9, 53 and 73. RGB value is (201,83,115). Sum of RGB (Red+Green+Blue) = 201+83+115=399 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.38% from 399); Green value is 83 (32.81% from 255 or 20.80% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 201 - color contains mainly: red. Hex color #C95373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95373 is #36AC8C. Grayscale: #797979. Windows color (decimal): -3583117 or 7558089. OLE color: 7558089.
HSL color Cylindrical-coordinate representation of color #C95373: hue angle of 343.73º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C95373 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 83 | 115 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.21 |
| HSL | 343.73º | 0.52% | 0.56% | - |
| HSV(B) | 343.73º | 0.59% | 0.79% | - |
| XYZ | 30.28 | 19.84 | 18.45 | - |
| YUV | 121.93 | 124.09 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 115 | 0 | 0.59 | 0.43 | 0.21 | 343.73 | 0.52 | 0.56 |
| Hex | C9 | 53 | 73 | 0 | 3B | 2B | 15 | 158 | 34 | 38 |
| Octal | 311 | 123 | 163 | 0 | 73 | 53 | 25 | 530 | 64 | 70 |
| Binary | 11001001 | 1010011 | 1110011 | 0 | 111011 | 101011 | 10101 | 101011000 | 110100 | 111000 |
Color Harmonies of #C95373
Complementary color
Monochromatic Colors of #C95373
Black with #C95373
Text Example
Text Example
White with #C95373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95373; }
p { color: rgb(201,83,115); }
H1.HeaderClassName
{
color: #C95373;
}
.AnyTagClassName
{
color: #C95373;
}
</style>
background-color css
<style>
a { background-color: #C95373; }
a { background-color: rgb(201,83,115); }
div.DivClassName
{
background-color: #C95373;
}
.BgClassName
{
background-color: #C95373;
}
</style>
border-color css
<style>
span { border-color: #C95373; }
span { border-color: rgb(201,83,115); }
td.TdClassName
{
border-color: #C95373;
}
.TagClassName
{
border-color: #C95373;
}
</style>