Shades of Cabaret #C16276
Tints of Cabaret #C16276
RGB
CMYK
RGB Variations
Color information
#C16276 (or 0xC16276) is known color: Cabaret. HEX triplet: C1, 62 and 76. RGB value is (193,98,118). Sum of RGB (Red+Green+Blue) = 193+98+118=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C16276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16276 is #3E9D89. Grayscale: #808080. Windows color (decimal): -4103562 or 7758529. OLE color: 7758529.
HSL color Cylindrical-coordinate representation of color #C16276: hue angle of 347.37º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C16276 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 98 | 118 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.24 |
| HSL | 347.37º | 0.43% | 0.57% | - |
| HSV(B) | 347.37º | 0.49% | 0.76% | - |
| XYZ | 29.63 | 21.38 | 19.7 | - |
| YUV | 128.69 | 121.97 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 98 | 118 | 0 | 0.49 | 0.39 | 0.24 | 347.37 | 0.43 | 0.57 |
| Hex | C1 | 62 | 76 | 0 | 31 | 27 | 18 | 15B | 2B | 39 |
| Octal | 301 | 142 | 166 | 0 | 61 | 47 | 30 | 533 | 53 | 71 |
| Binary | 11000001 | 1100010 | 1110110 | 0 | 110001 | 100111 | 11000 | 101011011 | 101011 | 111001 |
Color Harmonies of #C16276
Complementary color
Monochromatic Colors of #C16276
Black with #C16276
Text Example
Text Example
White with #C16276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16276; }
p { color: rgb(193,98,118); }
H1.HeaderClassName
{
color: #C16276;
}
.AnyTagClassName
{
color: #C16276;
}
</style>
background-color css
<style>
a { background-color: #C16276; }
a { background-color: rgb(193,98,118); }
div.DivClassName
{
background-color: #C16276;
}
.BgClassName
{
background-color: #C16276;
}
</style>
border-color css
<style>
span { border-color: #C16276; }
span { border-color: rgb(193,98,118); }
td.TdClassName
{
border-color: #C16276;
}
.TagClassName
{
border-color: #C16276;
}
</style>