Shades of Cabaret #C7696B
Tints of Cabaret #C7696B
RGB
CMYK
RGB Variations
Color information
#C7696B (or 0xC7696B) is known color: Cabaret. HEX triplet: C7, 69 and 6B. RGB value is (199,105,107). Sum of RGB (Red+Green+Blue) = 199+105+107=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C7696B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7696B is #389694. Grayscale: #858585. Windows color (decimal): -3708565 or 7039431. OLE color: 7039431.
HSL color Cylindrical-coordinate representation of color #C7696B: hue angle of 358.72º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C7696B is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 105 | 107 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.22 |
| HSL | 358.72º | 0.46% | 0.6% | - |
| HSV(B) | 358.72º | 0.47% | 0.78% | - |
| XYZ | 31.26 | 23.31 | 16.76 | - |
| YUV | 133.33 | 113.14 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 105 | 107 | 0 | 0.47 | 0.46 | 0.22 | 358.72 | 0.46 | 0.6 |
| Hex | C7 | 69 | 6B | 0 | 2F | 2E | 16 | 167 | 2E | 3C |
| Octal | 307 | 151 | 153 | 0 | 57 | 56 | 26 | 547 | 56 | 74 |
| Binary | 11000111 | 1101001 | 1101011 | 0 | 101111 | 101110 | 10110 | 101100111 | 101110 | 111100 |
Color Harmonies of #C7696B
Complementary color
Monochromatic Colors of #C7696B
Black with #C7696B
Text Example
Text Example
White with #C7696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7696B; }
p { color: rgb(199,105,107); }
H1.HeaderClassName
{
color: #C7696B;
}
.AnyTagClassName
{
color: #C7696B;
}
</style>
background-color css
<style>
a { background-color: #C7696B; }
a { background-color: rgb(199,105,107); }
div.DivClassName
{
background-color: #C7696B;
}
.BgClassName
{
background-color: #C7696B;
}
</style>
border-color css
<style>
span { border-color: #C7696B; }
span { border-color: rgb(199,105,107); }
td.TdClassName
{
border-color: #C7696B;
}
.TagClassName
{
border-color: #C7696B;
}
</style>