Shades of Cabaret #C9616F
Tints of Cabaret #C9616F
RGB
CMYK
RGB Variations
Color information
#C9616F (or 0xC9616F) is known color: Cabaret. HEX triplet: C9, 61 and 6F. RGB value is (201,97,111). Sum of RGB (Red+Green+Blue) = 201+97+111=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C9616F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9616F is #369E90. Grayscale: #818181. Windows color (decimal): -3579537 or 7299529. OLE color: 7299529.
HSL color Cylindrical-coordinate representation of color #C9616F: hue angle of 351.92º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C9616F is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 97 | 111 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.21 |
| HSL | 351.92º | 0.49% | 0.58% | - |
| HSV(B) | 351.92º | 0.52% | 0.79% | - |
| XYZ | 31.23 | 22.11 | 17.66 | - |
| YUV | 129.69 | 117.46 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 97 | 111 | 0 | 0.52 | 0.45 | 0.21 | 351.92 | 0.49 | 0.58 |
| Hex | C9 | 61 | 6F | 0 | 34 | 2D | 15 | 160 | 31 | 3A |
| Octal | 311 | 141 | 157 | 0 | 64 | 55 | 25 | 540 | 61 | 72 |
| Binary | 11001001 | 1100001 | 1101111 | 0 | 110100 | 101101 | 10101 | 101100000 | 110001 | 111010 |
Color Harmonies of #C9616F
Complementary color
Monochromatic Colors of #C9616F
Black with #C9616F
Text Example
Text Example
White with #C9616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9616F; }
p { color: rgb(201,97,111); }
H1.HeaderClassName
{
color: #C9616F;
}
.AnyTagClassName
{
color: #C9616F;
}
</style>
background-color css
<style>
a { background-color: #C9616F; }
a { background-color: rgb(201,97,111); }
div.DivClassName
{
background-color: #C9616F;
}
.BgClassName
{
background-color: #C9616F;
}
</style>
border-color css
<style>
span { border-color: #C9616F; }
span { border-color: rgb(201,97,111); }
td.TdClassName
{
border-color: #C9616F;
}
.TagClassName
{
border-color: #C9616F;
}
</style>