Shades of Cabaret #C7686C
Tints of Cabaret #C7686C
RGB
CMYK
RGB Variations
Color information
#C7686C (or 0xC7686C) is known color: Cabaret. HEX triplet: C7, 68 and 6C. RGB value is (199,104,108). Sum of RGB (Red+Green+Blue) = 199+104+108=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C7686C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7686C is #389793. Grayscale: #848484. Windows color (decimal): -3708820 or 7104711. OLE color: 7104711.
HSL color Cylindrical-coordinate representation of color #C7686C: hue angle of 357.47º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C7686C is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 104 | 108 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.22 |
| HSL | 357.47º | 0.46% | 0.59% | - |
| HSV(B) | 357.47º | 0.48% | 0.78% | - |
| XYZ | 31.21 | 23.13 | 17.01 | - |
| YUV | 132.86 | 113.97 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 108 | 0 | 0.48 | 0.46 | 0.22 | 357.47 | 0.46 | 0.59 |
| Hex | C7 | 68 | 6C | 0 | 30 | 2E | 16 | 165 | 2E | 3B |
| Octal | 307 | 150 | 154 | 0 | 60 | 56 | 26 | 545 | 56 | 73 |
| Binary | 11000111 | 1101000 | 1101100 | 0 | 110000 | 101110 | 10110 | 101100101 | 101110 | 111011 |
Color Harmonies of #C7686C
Complementary color
Monochromatic Colors of #C7686C
Black with #C7686C
Text Example
Text Example
White with #C7686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7686C; }
p { color: rgb(199,104,108); }
H1.HeaderClassName
{
color: #C7686C;
}
.AnyTagClassName
{
color: #C7686C;
}
</style>
background-color css
<style>
a { background-color: #C7686C; }
a { background-color: rgb(199,104,108); }
div.DivClassName
{
background-color: #C7686C;
}
.BgClassName
{
background-color: #C7686C;
}
</style>
border-color css
<style>
span { border-color: #C7686C; }
span { border-color: rgb(199,104,108); }
td.TdClassName
{
border-color: #C7686C;
}
.TagClassName
{
border-color: #C7686C;
}
</style>