Shades of Cabaret #C0686B
Tints of Cabaret #C0686B
RGB
CMYK
RGB Variations
Color information
#C0686B (or 0xC0686B) is known color: Cabaret. HEX triplet: C0, 68 and 6B. RGB value is (192,104,107). Sum of RGB (Red+Green+Blue) = 192+104+107=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 107 (42.19% from 255 or 26.55% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C0686B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0686B is #3F9794. Grayscale: #828282. Windows color (decimal): -4167573 or 7039168. OLE color: 7039168.
HSL color Cylindrical-coordinate representation of color #C0686B: hue angle of 357.95º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0686B is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 107 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.25 |
| HSL | 357.95º | 0.41% | 0.58% | - |
| HSV(B) | 357.95º | 0.46% | 0.75% | - |
| XYZ | 29.34 | 22.17 | 16.64 | - |
| YUV | 130.65 | 114.65 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 107 | 0 | 0.46 | 0.44 | 0.25 | 357.95 | 0.41 | 0.58 |
| Hex | C0 | 68 | 6B | 0 | 2E | 2C | 19 | 166 | 29 | 3A |
| Octal | 300 | 150 | 153 | 0 | 56 | 54 | 31 | 546 | 51 | 72 |
| Binary | 11000000 | 1101000 | 1101011 | 0 | 101110 | 101100 | 11001 | 101100110 | 101001 | 111010 |
Color Harmonies of #C0686B
Complementary color
Monochromatic Colors of #C0686B
Black with #C0686B
Text Example
Text Example
White with #C0686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0686B; }
p { color: rgb(192,104,107); }
H1.HeaderClassName
{
color: #C0686B;
}
.AnyTagClassName
{
color: #C0686B;
}
</style>
background-color css
<style>
a { background-color: #C0686B; }
a { background-color: rgb(192,104,107); }
div.DivClassName
{
background-color: #C0686B;
}
.BgClassName
{
background-color: #C0686B;
}
</style>
border-color css
<style>
span { border-color: #C0686B; }
span { border-color: rgb(192,104,107); }
td.TdClassName
{
border-color: #C0686B;
}
.TagClassName
{
border-color: #C0686B;
}
</style>