Shades of Cabaret #C7696D
Tints of Cabaret #C7696D
RGB
CMYK
RGB Variations
Color information
#C7696D (or 0xC7696D) is known color: Cabaret. HEX triplet: C7, 69 and 6D. RGB value is (199,105,109). Sum of RGB (Red+Green+Blue) = 199+105+109=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 199 - color contains mainly: red. Hex color #C7696D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7696D is #389692. Grayscale: #858585. Windows color (decimal): -3708563 or 7170503. OLE color: 7170503.
HSL color Cylindrical-coordinate representation of color #C7696D: hue angle of 357.45º 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 #C7696D is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 105 | 109 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.22 |
| HSL | 357.45º | 0.46% | 0.6% | - |
| HSV(B) | 357.45º | 0.47% | 0.78% | - |
| XYZ | 31.37 | 23.35 | 17.32 | - |
| YUV | 133.56 | 114.14 | 174.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 105 | 109 | 0 | 0.47 | 0.45 | 0.22 | 357.45 | 0.46 | 0.6 |
| Hex | C7 | 69 | 6D | 0 | 2F | 2D | 16 | 165 | 2E | 3C |
| Octal | 307 | 151 | 155 | 0 | 57 | 55 | 26 | 545 | 56 | 74 |
| Binary | 11000111 | 1101001 | 1101101 | 0 | 101111 | 101101 | 10110 | 101100101 | 101110 | 111100 |
Color Harmonies of #C7696D
Complementary color
Monochromatic Colors of #C7696D
Black with #C7696D
Text Example
Text Example
White with #C7696D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7696D; }
p { color: rgb(199,105,109); }
H1.HeaderClassName
{
color: #C7696D;
}
.AnyTagClassName
{
color: #C7696D;
}
</style>
background-color css
<style>
a { background-color: #C7696D; }
a { background-color: rgb(199,105,109); }
div.DivClassName
{
background-color: #C7696D;
}
.BgClassName
{
background-color: #C7696D;
}
</style>
border-color css
<style>
span { border-color: #C7696D; }
span { border-color: rgb(199,105,109); }
td.TdClassName
{
border-color: #C7696D;
}
.TagClassName
{
border-color: #C7696D;
}
</style>