Shades of Cabaret #C1686F
Tints of Cabaret #C1686F
RGB
CMYK
RGB Variations
Color information
#C1686F (or 0xC1686F) is known color: Cabaret. HEX triplet: C1, 68 and 6F. RGB value is (193,104,111). Sum of RGB (Red+Green+Blue) = 193+104+111=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 111 (43.75% from 255 or 27.21% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C1686F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1686F is #3E9790. Grayscale: #838383. Windows color (decimal): -4102033 or 7301313. OLE color: 7301313.
HSL color Cylindrical-coordinate representation of color #C1686F: hue angle of 355.28º 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 #C1686F is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 104 | 111 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.24 |
| HSL | 355.28º | 0.42% | 0.58% | - |
| HSV(B) | 355.28º | 0.46% | 0.76% | - |
| XYZ | 29.81 | 22.39 | 17.79 | - |
| YUV | 131.41 | 116.49 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 104 | 111 | 0 | 0.46 | 0.42 | 0.24 | 355.28 | 0.42 | 0.58 |
| Hex | C1 | 68 | 6F | 0 | 2E | 2A | 18 | 163 | 2A | 3A |
| Octal | 301 | 150 | 157 | 0 | 56 | 52 | 30 | 543 | 52 | 72 |
| Binary | 11000001 | 1101000 | 1101111 | 0 | 101110 | 101010 | 11000 | 101100011 | 101010 | 111010 |
Color Harmonies of #C1686F
Complementary color
Monochromatic Colors of #C1686F
Black with #C1686F
Text Example
Text Example
White with #C1686F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1686F; }
p { color: rgb(193,104,111); }
H1.HeaderClassName
{
color: #C1686F;
}
.AnyTagClassName
{
color: #C1686F;
}
</style>
background-color css
<style>
a { background-color: #C1686F; }
a { background-color: rgb(193,104,111); }
div.DivClassName
{
background-color: #C1686F;
}
.BgClassName
{
background-color: #C1686F;
}
</style>
border-color css
<style>
span { border-color: #C1686F; }
span { border-color: rgb(193,104,111); }
td.TdClassName
{
border-color: #C1686F;
}
.TagClassName
{
border-color: #C1686F;
}
</style>