Shades of Cabaret #C7696C
Tints of Cabaret #C7696C
RGB
CMYK
RGB Variations
Color information
#C7696C (or 0xC7696C) is known color: Cabaret. HEX triplet: C7, 69 and 6C. RGB value is (199,105,108). Sum of RGB (Red+Green+Blue) = 199+105+108=412 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.30% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 199 - color contains mainly: red. Hex color #C7696C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7696C is #389693. Grayscale: #858585. Windows color (decimal): -3708564 or 7104967. OLE color: 7104967.
HSL color Cylindrical-coordinate representation of color #C7696C: hue angle of 358.09º 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 #C7696C is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 105 | 108 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.22 |
| HSL | 358.09º | 0.46% | 0.6% | - |
| HSV(B) | 358.09º | 0.47% | 0.78% | - |
| XYZ | 31.31 | 23.33 | 17.04 | - |
| YUV | 133.45 | 113.64 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 105 | 108 | 0 | 0.47 | 0.46 | 0.22 | 358.09 | 0.46 | 0.6 |
| Hex | C7 | 69 | 6C | 0 | 2F | 2E | 16 | 166 | 2E | 3C |
| Octal | 307 | 151 | 154 | 0 | 57 | 56 | 26 | 546 | 56 | 74 |
| Binary | 11000111 | 1101001 | 1101100 | 0 | 101111 | 101110 | 10110 | 101100110 | 101110 | 111100 |
Color Harmonies of #C7696C
Complementary color
Monochromatic Colors of #C7696C
Black with #C7696C
Text Example
Text Example
White with #C7696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7696C; }
p { color: rgb(199,105,108); }
H1.HeaderClassName
{
color: #C7696C;
}
.AnyTagClassName
{
color: #C7696C;
}
</style>
background-color css
<style>
a { background-color: #C7696C; }
a { background-color: rgb(199,105,108); }
div.DivClassName
{
background-color: #C7696C;
}
.BgClassName
{
background-color: #C7696C;
}
</style>
border-color css
<style>
span { border-color: #C7696C; }
span { border-color: rgb(199,105,108); }
td.TdClassName
{
border-color: #C7696C;
}
.TagClassName
{
border-color: #C7696C;
}
</style>