Shades of Cabaret #C7616E
Tints of Cabaret #C7616E
RGB
CMYK
RGB Variations
Color information
#C7616E (or 0xC7616E) is known color: Cabaret. HEX triplet: C7, 61 and 6E. RGB value is (199,97,110). Sum of RGB (Red+Green+Blue) = 199+97+110=406 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.01% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 110 (43.36% from 255 or 27.09% from 406); Max value from RGB is 199 - color contains mainly: red. Hex color #C7616E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7616E is #389E91. Grayscale: #818181. Windows color (decimal): -3710610 or 7233991. OLE color: 7233991.
HSL color Cylindrical-coordinate representation of color #C7616E: hue angle of 352.35º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C7616E is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 97 | 110 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.22 |
| HSL | 352.35º | 0.48% | 0.58% | - |
| HSV(B) | 352.35º | 0.51% | 0.78% | - |
| XYZ | 30.64 | 21.82 | 17.35 | - |
| YUV | 128.98 | 117.29 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 97 | 110 | 0 | 0.51 | 0.45 | 0.22 | 352.35 | 0.48 | 0.58 |
| Hex | C7 | 61 | 6E | 0 | 33 | 2D | 16 | 160 | 30 | 3A |
| Octal | 307 | 141 | 156 | 0 | 63 | 55 | 26 | 540 | 60 | 72 |
| Binary | 11000111 | 1100001 | 1101110 | 0 | 110011 | 101101 | 10110 | 101100000 | 110000 | 111010 |
Color Harmonies of #C7616E
Complementary color
Monochromatic Colors of #C7616E
Black with #C7616E
Text Example
Text Example
White with #C7616E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7616E; }
p { color: rgb(199,97,110); }
H1.HeaderClassName
{
color: #C7616E;
}
.AnyTagClassName
{
color: #C7616E;
}
</style>
background-color css
<style>
a { background-color: #C7616E; }
a { background-color: rgb(199,97,110); }
div.DivClassName
{
background-color: #C7616E;
}
.BgClassName
{
background-color: #C7616E;
}
</style>
border-color css
<style>
span { border-color: #C7616E; }
span { border-color: rgb(199,97,110); }
td.TdClassName
{
border-color: #C7616E;
}
.TagClassName
{
border-color: #C7616E;
}
</style>