Shades of Cabaret #C1696F
Tints of Cabaret #C1696F
RGB
CMYK
RGB Variations
Color information
#C1696F (or 0xC1696F) is known color: Cabaret. HEX triplet: C1, 69 and 6F. RGB value is (193,105,111). Sum of RGB (Red+Green+Blue) = 193+105+111=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C1696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1696F is #3E9690. Grayscale: #848484. Windows color (decimal): -4101777 or 7301569. OLE color: 7301569.
HSL color Cylindrical-coordinate representation of color #C1696F: hue angle of 355.91º 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 #C1696F is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 105 | 111 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.24 |
| HSL | 355.91º | 0.42% | 0.58% | - |
| HSV(B) | 355.91º | 0.46% | 0.76% | - |
| XYZ | 29.91 | 22.59 | 17.82 | - |
| YUV | 132 | 116.15 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 105 | 111 | 0 | 0.46 | 0.42 | 0.24 | 355.91 | 0.42 | 0.58 |
| Hex | C1 | 69 | 6F | 0 | 2E | 2A | 18 | 164 | 2A | 3A |
| Octal | 301 | 151 | 157 | 0 | 56 | 52 | 30 | 544 | 52 | 72 |
| Binary | 11000001 | 1101001 | 1101111 | 0 | 101110 | 101010 | 11000 | 101100100 | 101010 | 111010 |
Color Harmonies of #C1696F
Complementary color
Monochromatic Colors of #C1696F
Black with #C1696F
Text Example
Text Example
White with #C1696F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1696F; }
p { color: rgb(193,105,111); }
H1.HeaderClassName
{
color: #C1696F;
}
.AnyTagClassName
{
color: #C1696F;
}
</style>
background-color css
<style>
a { background-color: #C1696F; }
a { background-color: rgb(193,105,111); }
div.DivClassName
{
background-color: #C1696F;
}
.BgClassName
{
background-color: #C1696F;
}
</style>
border-color css
<style>
span { border-color: #C1696F; }
span { border-color: rgb(193,105,111); }
td.TdClassName
{
border-color: #C1696F;
}
.TagClassName
{
border-color: #C1696F;
}
</style>