Shades of Cabaret #C7486B
Tints of Cabaret #C7486B
RGB
CMYK
RGB Variations
Color information
#C7486B (or 0xC7486B) is known color: Cabaret. HEX triplet: C7, 48 and 6B. RGB value is (199,72,107). Sum of RGB (Red+Green+Blue) = 199+72+107=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C7486B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7486B is #38B794. Grayscale: #717171. Windows color (decimal): -3717013 or 7030983. OLE color: 7030983.
HSL color Cylindrical-coordinate representation of color #C7486B: hue angle of 343.46º 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 #C7486B is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 72 | 107 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.22 |
| HSL | 343.46º | 0.53% | 0.53% | - |
| HSV(B) | 343.46º | 0.64% | 0.78% | - |
| XYZ | 28.52 | 17.84 | 15.85 | - |
| YUV | 113.96 | 124.08 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 72 | 107 | 0 | 0.64 | 0.46 | 0.22 | 343.46 | 0.53 | 0.53 |
| Hex | C7 | 48 | 6B | 0 | 40 | 2E | 16 | 157 | 35 | 35 |
| Octal | 307 | 110 | 153 | 0 | 100 | 56 | 26 | 527 | 65 | 65 |
| Binary | 11000111 | 1001000 | 1101011 | 0 | 1000000 | 101110 | 10110 | 101010111 | 110101 | 110101 |
Color Harmonies of #C7486B
Complementary color
Monochromatic Colors of #C7486B
Black with #C7486B
Text Example
Text Example
White with #C7486B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7486B; }
p { color: rgb(199,72,107); }
H1.HeaderClassName
{
color: #C7486B;
}
.AnyTagClassName
{
color: #C7486B;
}
</style>
background-color css
<style>
a { background-color: #C7486B; }
a { background-color: rgb(199,72,107); }
div.DivClassName
{
background-color: #C7486B;
}
.BgClassName
{
background-color: #C7486B;
}
</style>
border-color css
<style>
span { border-color: #C7486B; }
span { border-color: rgb(199,72,107); }
td.TdClassName
{
border-color: #C7486B;
}
.TagClassName
{
border-color: #C7486B;
}
</style>