Shades of Cabaret #C1666F
Tints of Cabaret #C1666F
RGB
CMYK
RGB Variations
Color information
#C1666F (or 0xC1666F) is known color: Cabaret. HEX triplet: C1, 66 and 6F. RGB value is (193,102,111). Sum of RGB (Red+Green+Blue) = 193+102+111=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 111 (43.75% from 255 or 27.34% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C1666F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1666F is #3E9990. Grayscale: #828282. Windows color (decimal): -4102545 or 7300801. OLE color: 7300801.
HSL color Cylindrical-coordinate representation of color #C1666F: hue angle of 354.07º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C1666F is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 102 | 111 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.24 |
| HSL | 354.07º | 0.42% | 0.58% | - |
| HSV(B) | 354.07º | 0.47% | 0.76% | - |
| XYZ | 29.61 | 21.99 | 17.72 | - |
| YUV | 130.24 | 117.15 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 102 | 111 | 0 | 0.47 | 0.42 | 0.24 | 354.07 | 0.42 | 0.58 |
| Hex | C1 | 66 | 6F | 0 | 2F | 2A | 18 | 162 | 2A | 3A |
| Octal | 301 | 146 | 157 | 0 | 57 | 52 | 30 | 542 | 52 | 72 |
| Binary | 11000001 | 1100110 | 1101111 | 0 | 101111 | 101010 | 11000 | 101100010 | 101010 | 111010 |
Color Harmonies of #C1666F
Complementary color
Monochromatic Colors of #C1666F
Black with #C1666F
Text Example
Text Example
White with #C1666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1666F; }
p { color: rgb(193,102,111); }
H1.HeaderClassName
{
color: #C1666F;
}
.AnyTagClassName
{
color: #C1666F;
}
</style>
background-color css
<style>
a { background-color: #C1666F; }
a { background-color: rgb(193,102,111); }
div.DivClassName
{
background-color: #C1666F;
}
.BgClassName
{
background-color: #C1666F;
}
</style>
border-color css
<style>
span { border-color: #C1666F; }
span { border-color: rgb(193,102,111); }
td.TdClassName
{
border-color: #C1666F;
}
.TagClassName
{
border-color: #C1666F;
}
</style>