Shades of Cabaret #C96773
Tints of Cabaret #C96773
RGB
CMYK
RGB Variations
Color information
#C96773 (or 0xC96773) is known color: Cabaret. HEX triplet: C9, 67 and 73. RGB value is (201,103,115). Sum of RGB (Red+Green+Blue) = 201+103+115=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C96773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96773 is #36988C. Grayscale: #858585. Windows color (decimal): -3577997 or 7563209. OLE color: 7563209.
HSL color Cylindrical-coordinate representation of color #C96773: hue angle of 352.65º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C96773 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 103 | 115 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.21 |
| HSL | 352.65º | 0.48% | 0.6% | - |
| HSV(B) | 352.65º | 0.49% | 0.79% | - |
| XYZ | 32.03 | 23.36 | 19.04 | - |
| YUV | 133.67 | 117.47 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 115 | 0 | 0.49 | 0.43 | 0.21 | 352.65 | 0.48 | 0.6 |
| Hex | C9 | 67 | 73 | 0 | 31 | 2B | 15 | 161 | 30 | 3C |
| Octal | 311 | 147 | 163 | 0 | 61 | 53 | 25 | 541 | 60 | 74 |
| Binary | 11001001 | 1100111 | 1110011 | 0 | 110001 | 101011 | 10101 | 101100001 | 110000 | 111100 |
Color Harmonies of #C96773
Complementary color
Monochromatic Colors of #C96773
Black with #C96773
Text Example
Text Example
White with #C96773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96773; }
p { color: rgb(201,103,115); }
H1.HeaderClassName
{
color: #C96773;
}
.AnyTagClassName
{
color: #C96773;
}
</style>
background-color css
<style>
a { background-color: #C96773; }
a { background-color: rgb(201,103,115); }
div.DivClassName
{
background-color: #C96773;
}
.BgClassName
{
background-color: #C96773;
}
</style>
border-color css
<style>
span { border-color: #C96773; }
span { border-color: rgb(201,103,115); }
td.TdClassName
{
border-color: #C96773;
}
.TagClassName
{
border-color: #C96773;
}
</style>