Shades of Cabaret #C1666A
Tints of Cabaret #C1666A
RGB
CMYK
RGB Variations
Color information
#C1666A (or 0xC1666A) is known color: Cabaret. HEX triplet: C1, 66 and 6A. RGB value is (193,102,106). Sum of RGB (Red+Green+Blue) = 193+102+106=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C1666A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1666A is #3E9995. Grayscale: #818181. Windows color (decimal): -4102550 or 6973121. OLE color: 6973121.
HSL color Cylindrical-coordinate representation of color #C1666A: hue angle of 357.36º 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 #C1666A is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 102 | 106 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.24 |
| HSL | 357.36º | 0.42% | 0.58% | - |
| HSV(B) | 357.36º | 0.47% | 0.76% | - |
| XYZ | 29.35 | 21.88 | 16.31 | - |
| YUV | 129.67 | 114.65 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 102 | 106 | 0 | 0.47 | 0.45 | 0.24 | 357.36 | 0.42 | 0.58 |
| Hex | C1 | 66 | 6A | 0 | 2F | 2D | 18 | 165 | 2A | 3A |
| Octal | 301 | 146 | 152 | 0 | 57 | 55 | 30 | 545 | 52 | 72 |
| Binary | 11000001 | 1100110 | 1101010 | 0 | 101111 | 101101 | 11000 | 101100101 | 101010 | 111010 |
Color Harmonies of #C1666A
Complementary color
Monochromatic Colors of #C1666A
Black with #C1666A
Text Example
Text Example
White with #C1666A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1666A; }
p { color: rgb(193,102,106); }
H1.HeaderClassName
{
color: #C1666A;
}
.AnyTagClassName
{
color: #C1666A;
}
</style>
background-color css
<style>
a { background-color: #C1666A; }
a { background-color: rgb(193,102,106); }
div.DivClassName
{
background-color: #C1666A;
}
.BgClassName
{
background-color: #C1666A;
}
</style>
border-color css
<style>
span { border-color: #C1666A; }
span { border-color: rgb(193,102,106); }
td.TdClassName
{
border-color: #C1666A;
}
.TagClassName
{
border-color: #C1666A;
}
</style>