Shades of Cabaret #C8696B
Tints of Cabaret #C8696B
RGB
CMYK
RGB Variations
Color information
#C8696B (or 0xC8696B) is known color: Cabaret. HEX triplet: C8, 69 and 6B. RGB value is (200,105,107). Sum of RGB (Red+Green+Blue) = 200+105+107=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C8696B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8696B is #379694. Grayscale: #858585. Windows color (decimal): -3643029 or 7039432. OLE color: 7039432.
HSL color Cylindrical-coordinate representation of color #C8696B: hue angle of 358.74º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C8696B is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 105 | 107 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.22 |
| HSL | 358.74º | 0.46% | 0.6% | - |
| HSV(B) | 358.74º | 0.48% | 0.78% | - |
| XYZ | 31.52 | 23.44 | 16.77 | - |
| YUV | 133.63 | 112.97 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 107 | 0 | 0.48 | 0.46 | 0.22 | 358.74 | 0.46 | 0.6 |
| Hex | C8 | 69 | 6B | 0 | 30 | 2E | 16 | 167 | 2E | 3C |
| Octal | 310 | 151 | 153 | 0 | 60 | 56 | 26 | 547 | 56 | 74 |
| Binary | 11001000 | 1101001 | 1101011 | 0 | 110000 | 101110 | 10110 | 101100111 | 101110 | 111100 |
Color Harmonies of #C8696B
Complementary color
Monochromatic Colors of #C8696B
Black with #C8696B
Text Example
Text Example
White with #C8696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8696B; }
p { color: rgb(200,105,107); }
H1.HeaderClassName
{
color: #C8696B;
}
.AnyTagClassName
{
color: #C8696B;
}
</style>
background-color css
<style>
a { background-color: #C8696B; }
a { background-color: rgb(200,105,107); }
div.DivClassName
{
background-color: #C8696B;
}
.BgClassName
{
background-color: #C8696B;
}
</style>
border-color css
<style>
span { border-color: #C8696B; }
span { border-color: rgb(200,105,107); }
td.TdClassName
{
border-color: #C8696B;
}
.TagClassName
{
border-color: #C8696B;
}
</style>