Shades of Cabaret #C1616D
Tints of Cabaret #C1616D
RGB
CMYK
RGB Variations
Color information
#C1616D (or 0xC1616D) is known color: Cabaret. HEX triplet: C1, 61 and 6D. RGB value is (193,97,109). Sum of RGB (Red+Green+Blue) = 193+97+109=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C1616D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1616D is #3E9E92. Grayscale: #7F7F7F. Windows color (decimal): -4103827 or 7168449. OLE color: 7168449.
HSL color Cylindrical-coordinate representation of color #C1616D: hue angle of 352.5º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C1616D is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 97 | 109 | - |
| CMYK | 0 | 0.50 | 0.44 | 0.24 |
| HSL | 352.5º | 0.44% | 0.57% | - |
| HSV(B) | 352.5º | 0.5% | 0.76% | - |
| XYZ | 29.03 | 20.99 | 16.99 | - |
| YUV | 127.07 | 117.8 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 97 | 109 | 0 | 0.50 | 0.44 | 0.24 | 352.5 | 0.44 | 0.57 |
| Hex | C1 | 61 | 6D | 0 | 32 | 2C | 18 | 160 | 2C | 39 |
| Octal | 301 | 141 | 155 | 0 | 62 | 54 | 30 | 540 | 54 | 71 |
| Binary | 11000001 | 1100001 | 1101101 | 0 | 110010 | 101100 | 11000 | 101100000 | 101100 | 111001 |
Color Harmonies of #C1616D
Complementary color
Monochromatic Colors of #C1616D
Black with #C1616D
Text Example
Text Example
White with #C1616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1616D; }
p { color: rgb(193,97,109); }
H1.HeaderClassName
{
color: #C1616D;
}
.AnyTagClassName
{
color: #C1616D;
}
</style>
background-color css
<style>
a { background-color: #C1616D; }
a { background-color: rgb(193,97,109); }
div.DivClassName
{
background-color: #C1616D;
}
.BgClassName
{
background-color: #C1616D;
}
</style>
border-color css
<style>
span { border-color: #C1616D; }
span { border-color: rgb(193,97,109); }
td.TdClassName
{
border-color: #C1616D;
}
.TagClassName
{
border-color: #C1616D;
}
</style>