Shades of Cabaret #C1676C
Tints of Cabaret #C1676C
RGB
CMYK
RGB Variations
Color information
#C1676C (or 0xC1676C) is known color: Cabaret. HEX triplet: C1, 67 and 6C. RGB value is (193,103,108). Sum of RGB (Red+Green+Blue) = 193+103+108=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C1676C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1676C is #3E9893. Grayscale: #828282. Windows color (decimal): -4102292 or 7104449. OLE color: 7104449.
HSL color Cylindrical-coordinate representation of color #C1676C: hue angle of 356.67º 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 #C1676C is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 103 | 108 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.24 |
| HSL | 356.67º | 0.42% | 0.58% | - |
| HSV(B) | 356.67º | 0.47% | 0.76% | - |
| XYZ | 29.55 | 22.12 | 16.9 | - |
| YUV | 130.48 | 115.32 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 103 | 108 | 0 | 0.47 | 0.44 | 0.24 | 356.67 | 0.42 | 0.58 |
| Hex | C1 | 67 | 6C | 0 | 2F | 2C | 18 | 165 | 2A | 3A |
| Octal | 301 | 147 | 154 | 0 | 57 | 54 | 30 | 545 | 52 | 72 |
| Binary | 11000001 | 1100111 | 1101100 | 0 | 101111 | 101100 | 11000 | 101100101 | 101010 | 111010 |
Color Harmonies of #C1676C
Complementary color
Monochromatic Colors of #C1676C
Black with #C1676C
Text Example
Text Example
White with #C1676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1676C; }
p { color: rgb(193,103,108); }
H1.HeaderClassName
{
color: #C1676C;
}
.AnyTagClassName
{
color: #C1676C;
}
</style>
background-color css
<style>
a { background-color: #C1676C; }
a { background-color: rgb(193,103,108); }
div.DivClassName
{
background-color: #C1676C;
}
.BgClassName
{
background-color: #C1676C;
}
</style>
border-color css
<style>
span { border-color: #C1676C; }
span { border-color: rgb(193,103,108); }
td.TdClassName
{
border-color: #C1676C;
}
.TagClassName
{
border-color: #C1676C;
}
</style>