Shades of Cabaret #C1556C
Tints of Cabaret #C1556C
RGB
CMYK
RGB Variations
Color information
#C1556C (or 0xC1556C) is known color: Cabaret. HEX triplet: C1, 55 and 6C. RGB value is (193,85,108). Sum of RGB (Red+Green+Blue) = 193+85+108=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C1556C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1556C is #3EAA93. Grayscale: #777777. Windows color (decimal): -4106900 or 7099841. OLE color: 7099841.
HSL color Cylindrical-coordinate representation of color #C1556C: hue angle of 347.22º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C1556C is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 85 | 108 | - |
| CMYK | 0 | 0.56 | 0.44 | 0.24 |
| HSL | 347.22º | 0.47% | 0.55% | - |
| HSV(B) | 347.22º | 0.56% | 0.76% | - |
| XYZ | 27.95 | 18.92 | 16.37 | - |
| YUV | 119.91 | 121.28 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 85 | 108 | 0 | 0.56 | 0.44 | 0.24 | 347.22 | 0.47 | 0.55 |
| Hex | C1 | 55 | 6C | 0 | 38 | 2C | 18 | 15B | 2F | 37 |
| Octal | 301 | 125 | 154 | 0 | 70 | 54 | 30 | 533 | 57 | 67 |
| Binary | 11000001 | 1010101 | 1101100 | 0 | 111000 | 101100 | 11000 | 101011011 | 101111 | 110111 |
Color Harmonies of #C1556C
Complementary color
Monochromatic Colors of #C1556C
Black with #C1556C
Text Example
Text Example
White with #C1556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1556C; }
p { color: rgb(193,85,108); }
H1.HeaderClassName
{
color: #C1556C;
}
.AnyTagClassName
{
color: #C1556C;
}
</style>
background-color css
<style>
a { background-color: #C1556C; }
a { background-color: rgb(193,85,108); }
div.DivClassName
{
background-color: #C1556C;
}
.BgClassName
{
background-color: #C1556C;
}
</style>
border-color css
<style>
span { border-color: #C1556C; }
span { border-color: rgb(193,85,108); }
td.TdClassName
{
border-color: #C1556C;
}
.TagClassName
{
border-color: #C1556C;
}
</style>