Shades of Cabaret #C16470
Tints of Cabaret #C16470
RGB
CMYK
RGB Variations
Color information
#C16470 (or 0xC16470) is known color: Cabaret. HEX triplet: C1, 64 and 70. RGB value is (193,100,112). Sum of RGB (Red+Green+Blue) = 193+100+112=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C16470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16470 is #3E9B8F. Grayscale: #818181. Windows color (decimal): -4103056 or 7365825. OLE color: 7365825.
HSL color Cylindrical-coordinate representation of color #C16470: hue angle of 352.26º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C16470 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 100 | 112 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.24 |
| HSL | 352.26º | 0.43% | 0.57% | - |
| HSV(B) | 352.26º | 0.48% | 0.76% | - |
| XYZ | 29.47 | 21.62 | 17.95 | - |
| YUV | 129.18 | 118.31 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 100 | 112 | 0 | 0.48 | 0.42 | 0.24 | 352.26 | 0.43 | 0.57 |
| Hex | C1 | 64 | 70 | 0 | 30 | 2A | 18 | 160 | 2B | 39 |
| Octal | 301 | 144 | 160 | 0 | 60 | 52 | 30 | 540 | 53 | 71 |
| Binary | 11000001 | 1100100 | 1110000 | 0 | 110000 | 101010 | 11000 | 101100000 | 101011 | 111001 |
Color Harmonies of #C16470
Complementary color
Monochromatic Colors of #C16470
Black with #C16470
Text Example
Text Example
White with #C16470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16470; }
p { color: rgb(193,100,112); }
H1.HeaderClassName
{
color: #C16470;
}
.AnyTagClassName
{
color: #C16470;
}
</style>
background-color css
<style>
a { background-color: #C16470; }
a { background-color: rgb(193,100,112); }
div.DivClassName
{
background-color: #C16470;
}
.BgClassName
{
background-color: #C16470;
}
</style>
border-color css
<style>
span { border-color: #C16470; }
span { border-color: rgb(193,100,112); }
td.TdClassName
{
border-color: #C16470;
}
.TagClassName
{
border-color: #C16470;
}
</style>