Shades of Cabaret #C0616C
Tints of Cabaret #C0616C
RGB
CMYK
RGB Variations
Color information
#C0616C (or 0xC0616C) is known color: Cabaret. HEX triplet: C0, 61 and 6C. RGB value is (192,97,108). Sum of RGB (Red+Green+Blue) = 192+97+108=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C0616C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0616C is #3F9E93. Grayscale: #7E7E7E. Windows color (decimal): -4169364 or 7102912. OLE color: 7102912.
HSL color Cylindrical-coordinate representation of color #C0616C: hue angle of 353.05º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C0616C is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 97 | 108 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.25 |
| HSL | 353.05º | 0.43% | 0.57% | - |
| HSV(B) | 353.05º | 0.49% | 0.75% | - |
| XYZ | 28.72 | 20.84 | 16.7 | - |
| YUV | 126.66 | 117.47 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 97 | 108 | 0 | 0.49 | 0.44 | 0.25 | 353.05 | 0.43 | 0.57 |
| Hex | C0 | 61 | 6C | 0 | 31 | 2C | 19 | 161 | 2B | 39 |
| Octal | 300 | 141 | 154 | 0 | 61 | 54 | 31 | 541 | 53 | 71 |
| Binary | 11000000 | 1100001 | 1101100 | 0 | 110001 | 101100 | 11001 | 101100001 | 101011 | 111001 |
Color Harmonies of #C0616C
Complementary color
Monochromatic Colors of #C0616C
Black with #C0616C
Text Example
Text Example
White with #C0616C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0616C; }
p { color: rgb(192,97,108); }
H1.HeaderClassName
{
color: #C0616C;
}
.AnyTagClassName
{
color: #C0616C;
}
</style>
background-color css
<style>
a { background-color: #C0616C; }
a { background-color: rgb(192,97,108); }
div.DivClassName
{
background-color: #C0616C;
}
.BgClassName
{
background-color: #C0616C;
}
</style>
border-color css
<style>
span { border-color: #C0616C; }
span { border-color: rgb(192,97,108); }
td.TdClassName
{
border-color: #C0616C;
}
.TagClassName
{
border-color: #C0616C;
}
</style>