Shades of Cabaret #C7686D
Tints of Cabaret #C7686D
RGB
CMYK
RGB Variations
Color information
#C7686D (or 0xC7686D) is known color: Cabaret. HEX triplet: C7, 68 and 6D. RGB value is (199,104,109). Sum of RGB (Red+Green+Blue) = 199+104+109=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C7686D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7686D is #389792. Grayscale: #858585. Windows color (decimal): -3708819 or 7170247. OLE color: 7170247.
HSL color Cylindrical-coordinate representation of color #C7686D: hue angle of 356.84º 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 #C7686D is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 104 | 109 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.22 |
| HSL | 356.84º | 0.46% | 0.59% | - |
| HSV(B) | 356.84º | 0.48% | 0.78% | - |
| XYZ | 31.26 | 23.15 | 17.29 | - |
| YUV | 132.98 | 114.47 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 104 | 109 | 0 | 0.48 | 0.45 | 0.22 | 356.84 | 0.46 | 0.59 |
| Hex | C7 | 68 | 6D | 0 | 30 | 2D | 16 | 165 | 2E | 3B |
| Octal | 307 | 150 | 155 | 0 | 60 | 55 | 26 | 545 | 56 | 73 |
| Binary | 11000111 | 1101000 | 1101101 | 0 | 110000 | 101101 | 10110 | 101100101 | 101110 | 111011 |
Color Harmonies of #C7686D
Complementary color
Monochromatic Colors of #C7686D
Black with #C7686D
Text Example
Text Example
White with #C7686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7686D; }
p { color: rgb(199,104,109); }
H1.HeaderClassName
{
color: #C7686D;
}
.AnyTagClassName
{
color: #C7686D;
}
</style>
background-color css
<style>
a { background-color: #C7686D; }
a { background-color: rgb(199,104,109); }
div.DivClassName
{
background-color: #C7686D;
}
.BgClassName
{
background-color: #C7686D;
}
</style>
border-color css
<style>
span { border-color: #C7686D; }
span { border-color: rgb(199,104,109); }
td.TdClassName
{
border-color: #C7686D;
}
.TagClassName
{
border-color: #C7686D;
}
</style>