Shades of Cabaret #C7616B
Tints of Cabaret #C7616B
RGB
CMYK
RGB Variations
Color information
#C7616B (or 0xC7616B) is known color: Cabaret. HEX triplet: C7, 61 and 6B. RGB value is (199,97,107). Sum of RGB (Red+Green+Blue) = 199+97+107=403 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.38% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 199 - color contains mainly: red. Hex color #C7616B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7616B is #389E94. Grayscale: #808080. Windows color (decimal): -3710613 or 7037383. OLE color: 7037383.
HSL color Cylindrical-coordinate representation of color #C7616B: hue angle of 354.12º 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 #C7616B is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 97 | 107 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.22 |
| HSL | 354.12º | 0.48% | 0.58% | - |
| HSV(B) | 354.12º | 0.51% | 0.78% | - |
| XYZ | 30.48 | 21.75 | 16.5 | - |
| YUV | 128.64 | 115.79 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 97 | 107 | 0 | 0.51 | 0.46 | 0.22 | 354.12 | 0.48 | 0.58 |
| Hex | C7 | 61 | 6B | 0 | 33 | 2E | 16 | 162 | 30 | 3A |
| Octal | 307 | 141 | 153 | 0 | 63 | 56 | 26 | 542 | 60 | 72 |
| Binary | 11000111 | 1100001 | 1101011 | 0 | 110011 | 101110 | 10110 | 101100010 | 110000 | 111010 |
Color Harmonies of #C7616B
Complementary color
Monochromatic Colors of #C7616B
Black with #C7616B
Text Example
Text Example
White with #C7616B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7616B; }
p { color: rgb(199,97,107); }
H1.HeaderClassName
{
color: #C7616B;
}
.AnyTagClassName
{
color: #C7616B;
}
</style>
background-color css
<style>
a { background-color: #C7616B; }
a { background-color: rgb(199,97,107); }
div.DivClassName
{
background-color: #C7616B;
}
.BgClassName
{
background-color: #C7616B;
}
</style>
border-color css
<style>
span { border-color: #C7616B; }
span { border-color: rgb(199,97,107); }
td.TdClassName
{
border-color: #C7616B;
}
.TagClassName
{
border-color: #C7616B;
}
</style>