Shades of Cabaret #C16272
Tints of Cabaret #C16272
RGB
CMYK
RGB Variations
Color information
#C16272 (or 0xC16272) is known color: Cabaret. HEX triplet: C1, 62 and 72. RGB value is (193,98,114). Sum of RGB (Red+Green+Blue) = 193+98+114=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 114 (44.92% from 255 or 28.15% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C16272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16272 is #3E9D8D. Grayscale: #808080. Windows color (decimal): -4103566 or 7496385. OLE color: 7496385.
HSL color Cylindrical-coordinate representation of color #C16272: hue angle of 349.89º 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 #C16272 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 98 | 114 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.24 |
| HSL | 349.89º | 0.43% | 0.57% | - |
| HSV(B) | 349.89º | 0.49% | 0.76% | - |
| XYZ | 29.4 | 21.29 | 18.48 | - |
| YUV | 128.23 | 119.97 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 98 | 114 | 0 | 0.49 | 0.41 | 0.24 | 349.89 | 0.43 | 0.57 |
| Hex | C1 | 62 | 72 | 0 | 31 | 29 | 18 | 15E | 2B | 39 |
| Octal | 301 | 142 | 162 | 0 | 61 | 51 | 30 | 536 | 53 | 71 |
| Binary | 11000001 | 1100010 | 1110010 | 0 | 110001 | 101001 | 11000 | 101011110 | 101011 | 111001 |
Color Harmonies of #C16272
Complementary color
Monochromatic Colors of #C16272
Black with #C16272
Text Example
Text Example
White with #C16272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16272; }
p { color: rgb(193,98,114); }
H1.HeaderClassName
{
color: #C16272;
}
.AnyTagClassName
{
color: #C16272;
}
</style>
background-color css
<style>
a { background-color: #C16272; }
a { background-color: rgb(193,98,114); }
div.DivClassName
{
background-color: #C16272;
}
.BgClassName
{
background-color: #C16272;
}
</style>
border-color css
<style>
span { border-color: #C16272; }
span { border-color: rgb(193,98,114); }
td.TdClassName
{
border-color: #C16272;
}
.TagClassName
{
border-color: #C16272;
}
</style>