Shades of Cabaret #C16476
Tints of Cabaret #C16476
RGB
CMYK
RGB Variations
Color information
#C16476 (or 0xC16476) is known color: Cabaret. HEX triplet: C1, 64 and 76. RGB value is (193,100,118). Sum of RGB (Red+Green+Blue) = 193+100+118=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C16476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16476 is #3E9B89. Grayscale: #818181. Windows color (decimal): -4103050 or 7759041. OLE color: 7759041.
HSL color Cylindrical-coordinate representation of color #C16476: hue angle of 348.39º 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 #C16476 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 100 | 118 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.24 |
| HSL | 348.39º | 0.43% | 0.57% | - |
| HSV(B) | 348.39º | 0.48% | 0.76% | - |
| XYZ | 29.82 | 21.76 | 19.77 | - |
| YUV | 129.86 | 121.31 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 100 | 118 | 0 | 0.48 | 0.39 | 0.24 | 348.39 | 0.43 | 0.57 |
| Hex | C1 | 64 | 76 | 0 | 30 | 27 | 18 | 15C | 2B | 39 |
| Octal | 301 | 144 | 166 | 0 | 60 | 47 | 30 | 534 | 53 | 71 |
| Binary | 11000001 | 1100100 | 1110110 | 0 | 110000 | 100111 | 11000 | 101011100 | 101011 | 111001 |
Color Harmonies of #C16476
Complementary color
Monochromatic Colors of #C16476
Black with #C16476
Text Example
Text Example
White with #C16476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16476; }
p { color: rgb(193,100,118); }
H1.HeaderClassName
{
color: #C16476;
}
.AnyTagClassName
{
color: #C16476;
}
</style>
background-color css
<style>
a { background-color: #C16476; }
a { background-color: rgb(193,100,118); }
div.DivClassName
{
background-color: #C16476;
}
.BgClassName
{
background-color: #C16476;
}
</style>
border-color css
<style>
span { border-color: #C16476; }
span { border-color: rgb(193,100,118); }
td.TdClassName
{
border-color: #C16476;
}
.TagClassName
{
border-color: #C16476;
}
</style>