Shades of Cabaret #C7486C
Tints of Cabaret #C7486C
RGB
CMYK
RGB Variations
Color information
#C7486C (or 0xC7486C) is known color: Cabaret. HEX triplet: C7, 48 and 6C. RGB value is (199,72,108). Sum of RGB (Red+Green+Blue) = 199+72+108=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C7486C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7486C is #38B793. Grayscale: #727272. Windows color (decimal): -3717012 or 7096519. OLE color: 7096519.
HSL color Cylindrical-coordinate representation of color #C7486C: hue angle of 342.99º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C7486C is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 72 | 108 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.22 |
| HSL | 342.99º | 0.53% | 0.53% | - |
| HSV(B) | 342.99º | 0.64% | 0.78% | - |
| XYZ | 28.58 | 17.86 | 16.13 | - |
| YUV | 114.08 | 124.58 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 72 | 108 | 0 | 0.64 | 0.46 | 0.22 | 342.99 | 0.53 | 0.53 |
| Hex | C7 | 48 | 6C | 0 | 40 | 2E | 16 | 157 | 35 | 35 |
| Octal | 307 | 110 | 154 | 0 | 100 | 56 | 26 | 527 | 65 | 65 |
| Binary | 11000111 | 1001000 | 1101100 | 0 | 1000000 | 101110 | 10110 | 101010111 | 110101 | 110101 |
Color Harmonies of #C7486C
Complementary color
Monochromatic Colors of #C7486C
Black with #C7486C
Text Example
Text Example
White with #C7486C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7486C; }
p { color: rgb(199,72,108); }
H1.HeaderClassName
{
color: #C7486C;
}
.AnyTagClassName
{
color: #C7486C;
}
</style>
background-color css
<style>
a { background-color: #C7486C; }
a { background-color: rgb(199,72,108); }
div.DivClassName
{
background-color: #C7486C;
}
.BgClassName
{
background-color: #C7486C;
}
</style>
border-color css
<style>
span { border-color: #C7486C; }
span { border-color: rgb(199,72,108); }
td.TdClassName
{
border-color: #C7486C;
}
.TagClassName
{
border-color: #C7486C;
}
</style>