Shades of Cabaret #C9616B
Tints of Cabaret #C9616B
RGB
CMYK
RGB Variations
Color information
#C9616B (or 0xC9616B) is known color: Cabaret. HEX triplet: C9, 61 and 6B. RGB value is (201,97,107). Sum of RGB (Red+Green+Blue) = 201+97+107=405 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.63% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 201 - color contains mainly: red. Hex color #C9616B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9616B is #369E94. Grayscale: #818181. Windows color (decimal): -3579541 or 7037385. OLE color: 7037385.
HSL color Cylindrical-coordinate representation of color #C9616B: hue angle of 354.23º 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 #C9616B is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 97 | 107 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.21 |
| HSL | 354.23º | 0.49% | 0.58% | - |
| HSV(B) | 354.23º | 0.52% | 0.79% | - |
| XYZ | 31.02 | 22.03 | 16.53 | - |
| YUV | 129.24 | 115.46 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 97 | 107 | 0 | 0.52 | 0.47 | 0.21 | 354.23 | 0.49 | 0.58 |
| Hex | C9 | 61 | 6B | 0 | 34 | 2F | 15 | 162 | 31 | 3A |
| Octal | 311 | 141 | 153 | 0 | 64 | 57 | 25 | 542 | 61 | 72 |
| Binary | 11001001 | 1100001 | 1101011 | 0 | 110100 | 101111 | 10101 | 101100010 | 110001 | 111010 |
Color Harmonies of #C9616B
Complementary color
Monochromatic Colors of #C9616B
Black with #C9616B
Text Example
Text Example
White with #C9616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9616B; }
p { color: rgb(201,97,107); }
H1.HeaderClassName
{
color: #C9616B;
}
.AnyTagClassName
{
color: #C9616B;
}
</style>
background-color css
<style>
a { background-color: #C9616B; }
a { background-color: rgb(201,97,107); }
div.DivClassName
{
background-color: #C9616B;
}
.BgClassName
{
background-color: #C9616B;
}
</style>
border-color css
<style>
span { border-color: #C9616B; }
span { border-color: rgb(201,97,107); }
td.TdClassName
{
border-color: #C9616B;
}
.TagClassName
{
border-color: #C9616B;
}
</style>