Shades of Cabaret #C16278
Tints of Cabaret #C16278
RGB
CMYK
RGB Variations
Color information
#C16278 (or 0xC16278) is known color: Cabaret. HEX triplet: C1, 62 and 78. RGB value is (193,98,120). Sum of RGB (Red+Green+Blue) = 193+98+120=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 120 (47.27% from 255 or 29.20% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C16278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16278 is #3E9D87. Grayscale: #808080. Windows color (decimal): -4103560 or 7889601. OLE color: 7889601.
HSL color Cylindrical-coordinate representation of color #C16278: hue angle of 346.11º 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 #C16278 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 98 | 120 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.24 |
| HSL | 346.11º | 0.43% | 0.57% | - |
| HSV(B) | 346.11º | 0.49% | 0.76% | - |
| XYZ | 29.75 | 21.43 | 20.34 | - |
| YUV | 128.91 | 122.97 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 98 | 120 | 0 | 0.49 | 0.38 | 0.24 | 346.11 | 0.43 | 0.57 |
| Hex | C1 | 62 | 78 | 0 | 31 | 26 | 18 | 15A | 2B | 39 |
| Octal | 301 | 142 | 170 | 0 | 61 | 46 | 30 | 532 | 53 | 71 |
| Binary | 11000001 | 1100010 | 1111000 | 0 | 110001 | 100110 | 11000 | 101011010 | 101011 | 111001 |
Color Harmonies of #C16278
Complementary color
Monochromatic Colors of #C16278
Black with #C16278
Text Example
Text Example
White with #C16278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16278; }
p { color: rgb(193,98,120); }
H1.HeaderClassName
{
color: #C16278;
}
.AnyTagClassName
{
color: #C16278;
}
</style>
background-color css
<style>
a { background-color: #C16278; }
a { background-color: rgb(193,98,120); }
div.DivClassName
{
background-color: #C16278;
}
.BgClassName
{
background-color: #C16278;
}
</style>
border-color css
<style>
span { border-color: #C16278; }
span { border-color: rgb(193,98,120); }
td.TdClassName
{
border-color: #C16278;
}
.TagClassName
{
border-color: #C16278;
}
</style>