Shades of Cabaret #C7617C
Tints of Cabaret #C7617C
RGB
CMYK
RGB Variations
Color information
#C7617C (or 0xC7617C) is known color: Cabaret. HEX triplet: C7, 61 and 7C. RGB value is (199,97,124). Sum of RGB (Red+Green+Blue) = 199+97+124=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 97 (38.28% from 255 or 23.10% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C7617C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7617C is #389E83. Grayscale: #828282. Windows color (decimal): -3710596 or 8151495. OLE color: 8151495.
HSL color Cylindrical-coordinate representation of color #C7617C: hue angle of 344.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 #C7617C is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 97 | 124 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.22 |
| HSL | 344.12º | 0.48% | 0.58% | - |
| HSV(B) | 344.12º | 0.51% | 0.78% | - |
| XYZ | 31.47 | 22.15 | 21.69 | - |
| YUV | 130.58 | 124.29 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 97 | 124 | 0 | 0.51 | 0.38 | 0.22 | 344.12 | 0.48 | 0.58 |
| Hex | C7 | 61 | 7C | 0 | 33 | 26 | 16 | 158 | 30 | 3A |
| Octal | 307 | 141 | 174 | 0 | 63 | 46 | 26 | 530 | 60 | 72 |
| Binary | 11000111 | 1100001 | 1111100 | 0 | 110011 | 100110 | 10110 | 101011000 | 110000 | 111010 |
Color Harmonies of #C7617C
Complementary color
Monochromatic Colors of #C7617C
Black with #C7617C
Text Example
Text Example
White with #C7617C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7617C; }
p { color: rgb(199,97,124); }
H1.HeaderClassName
{
color: #C7617C;
}
.AnyTagClassName
{
color: #C7617C;
}
</style>
background-color css
<style>
a { background-color: #C7617C; }
a { background-color: rgb(199,97,124); }
div.DivClassName
{
background-color: #C7617C;
}
.BgClassName
{
background-color: #C7617C;
}
</style>
border-color css
<style>
span { border-color: #C7617C; }
span { border-color: rgb(199,97,124); }
td.TdClassName
{
border-color: #C7617C;
}
.TagClassName
{
border-color: #C7617C;
}
</style>