Shades of Cabaret #C96373
Tints of Cabaret #C96373
RGB
CMYK
RGB Variations
Color information
#C96373 (or 0xC96373) is known color: Cabaret. HEX triplet: C9, 63 and 73. RGB value is (201,99,115). Sum of RGB (Red+Green+Blue) = 201+99+115=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C96373 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96373 is #369C8C. Grayscale: #838383. Windows color (decimal): -3579021 or 7562185. OLE color: 7562185.
HSL color Cylindrical-coordinate representation of color #C96373: hue angle of 350.59º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C96373 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 99 | 115 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.21 |
| HSL | 350.59º | 0.49% | 0.59% | - |
| HSV(B) | 350.59º | 0.51% | 0.79% | - |
| XYZ | 31.64 | 22.58 | 18.91 | - |
| YUV | 131.32 | 118.79 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 99 | 115 | 0 | 0.51 | 0.43 | 0.21 | 350.59 | 0.49 | 0.59 |
| Hex | C9 | 63 | 73 | 0 | 33 | 2B | 15 | 15F | 31 | 3B |
| Octal | 311 | 143 | 163 | 0 | 63 | 53 | 25 | 537 | 61 | 73 |
| Binary | 11001001 | 1100011 | 1110011 | 0 | 110011 | 101011 | 10101 | 101011111 | 110001 | 111011 |
Color Harmonies of #C96373
Complementary color
Monochromatic Colors of #C96373
Black with #C96373
Text Example
Text Example
White with #C96373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96373; }
p { color: rgb(201,99,115); }
H1.HeaderClassName
{
color: #C96373;
}
.AnyTagClassName
{
color: #C96373;
}
</style>
background-color css
<style>
a { background-color: #C96373; }
a { background-color: rgb(201,99,115); }
div.DivClassName
{
background-color: #C96373;
}
.BgClassName
{
background-color: #C96373;
}
</style>
border-color css
<style>
span { border-color: #C96373; }
span { border-color: rgb(201,99,115); }
td.TdClassName
{
border-color: #C96373;
}
.TagClassName
{
border-color: #C96373;
}
</style>