Shades of Cabaret #C1696B
Tints of Cabaret #C1696B
RGB
CMYK
RGB Variations
Color information
#C1696B (or 0xC1696B) is known color: Cabaret. HEX triplet: C1, 69 and 6B. RGB value is (193,105,107). Sum of RGB (Red+Green+Blue) = 193+105+107=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C1696B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1696B is #3E9694. Grayscale: #838383. Windows color (decimal): -4101781 or 7039425. OLE color: 7039425.
HSL color Cylindrical-coordinate representation of color #C1696B: hue angle of 358.64º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C1696B is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 105 | 107 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.24 |
| HSL | 358.64º | 0.42% | 0.58% | - |
| HSV(B) | 358.64º | 0.46% | 0.76% | - |
| XYZ | 29.7 | 22.5 | 16.69 | - |
| YUV | 131.54 | 114.15 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 107 | 0 | 0.46 | 0.45 | 0.24 | 358.64 | 0.42 | 0.58 |
| Hex | C1 | 69 | 6B | 0 | 2E | 2D | 18 | 167 | 2A | 3A |
| Octal | 301 | 151 | 153 | 0 | 56 | 55 | 30 | 547 | 52 | 72 |
| Binary | 11000001 | 1101001 | 1101011 | 0 | 101110 | 101101 | 11000 | 101100111 | 101010 | 111010 |
Color Harmonies of #C1696B
Complementary color
Monochromatic Colors of #C1696B
Black with #C1696B
Text Example
Text Example
White with #C1696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1696B; }
p { color: rgb(193,105,107); }
H1.HeaderClassName
{
color: #C1696B;
}
.AnyTagClassName
{
color: #C1696B;
}
</style>
background-color css
<style>
a { background-color: #C1696B; }
a { background-color: rgb(193,105,107); }
div.DivClassName
{
background-color: #C1696B;
}
.BgClassName
{
background-color: #C1696B;
}
</style>
border-color css
<style>
span { border-color: #C1696B; }
span { border-color: rgb(193,105,107); }
td.TdClassName
{
border-color: #C1696B;
}
.TagClassName
{
border-color: #C1696B;
}
</style>