Shades of Cabaret #C1656C
Tints of Cabaret #C1656C
RGB
CMYK
RGB Variations
Color information
#C1656C (or 0xC1656C) is known color: Cabaret. HEX triplet: C1, 65 and 6C. RGB value is (193,101,108). Sum of RGB (Red+Green+Blue) = 193+101+108=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C1656C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1656C is #3E9A93. Grayscale: #818181. Windows color (decimal): -4102804 or 7103937. OLE color: 7103937.
HSL color Cylindrical-coordinate representation of color #C1656C: hue angle of 355.43º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C1656C is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 101 | 108 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.24 |
| HSL | 355.43º | 0.43% | 0.58% | - |
| HSV(B) | 355.43º | 0.48% | 0.76% | - |
| XYZ | 29.35 | 21.73 | 16.83 | - |
| YUV | 129.31 | 115.98 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 101 | 108 | 0 | 0.48 | 0.44 | 0.24 | 355.43 | 0.43 | 0.58 |
| Hex | C1 | 65 | 6C | 0 | 30 | 2C | 18 | 163 | 2B | 3A |
| Octal | 301 | 145 | 154 | 0 | 60 | 54 | 30 | 543 | 53 | 72 |
| Binary | 11000001 | 1100101 | 1101100 | 0 | 110000 | 101100 | 11000 | 101100011 | 101011 | 111010 |
Color Harmonies of #C1656C
Complementary color
Monochromatic Colors of #C1656C
Black with #C1656C
Text Example
Text Example
White with #C1656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1656C; }
p { color: rgb(193,101,108); }
H1.HeaderClassName
{
color: #C1656C;
}
.AnyTagClassName
{
color: #C1656C;
}
</style>
background-color css
<style>
a { background-color: #C1656C; }
a { background-color: rgb(193,101,108); }
div.DivClassName
{
background-color: #C1656C;
}
.BgClassName
{
background-color: #C1656C;
}
</style>
border-color css
<style>
span { border-color: #C1656C; }
span { border-color: rgb(193,101,108); }
td.TdClassName
{
border-color: #C1656C;
}
.TagClassName
{
border-color: #C1656C;
}
</style>