Shades of Cabaret #C16277
Tints of Cabaret #C16277
RGB
CMYK
RGB Variations
Color information
#C16277 (or 0xC16277) is known color: Cabaret. HEX triplet: C1, 62 and 77. RGB value is (193,98,119). Sum of RGB (Red+Green+Blue) = 193+98+119=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 119 (46.88% from 255 or 29.02% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C16277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C16277 is #3E9D88. Grayscale: #808080. Windows color (decimal): -4103561 or 7824065. OLE color: 7824065.
HSL color Cylindrical-coordinate representation of color #C16277: hue angle of 346.74º 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 #C16277 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 98 | 119 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.24 |
| HSL | 346.74º | 0.43% | 0.57% | - |
| HSV(B) | 346.74º | 0.49% | 0.76% | - |
| XYZ | 29.69 | 21.4 | 20.02 | - |
| YUV | 128.8 | 122.47 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 98 | 119 | 0 | 0.49 | 0.38 | 0.24 | 346.74 | 0.43 | 0.57 |
| Hex | C1 | 62 | 77 | 0 | 31 | 26 | 18 | 15B | 2B | 39 |
| Octal | 301 | 142 | 167 | 0 | 61 | 46 | 30 | 533 | 53 | 71 |
| Binary | 11000001 | 1100010 | 1110111 | 0 | 110001 | 100110 | 11000 | 101011011 | 101011 | 111001 |
Color Harmonies of #C16277
Complementary color
Monochromatic Colors of #C16277
Black with #C16277
Text Example
Text Example
White with #C16277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16277; }
p { color: rgb(193,98,119); }
H1.HeaderClassName
{
color: #C16277;
}
.AnyTagClassName
{
color: #C16277;
}
</style>
background-color css
<style>
a { background-color: #C16277; }
a { background-color: rgb(193,98,119); }
div.DivClassName
{
background-color: #C16277;
}
.BgClassName
{
background-color: #C16277;
}
</style>
border-color css
<style>
span { border-color: #C16277; }
span { border-color: rgb(193,98,119); }
td.TdClassName
{
border-color: #C16277;
}
.TagClassName
{
border-color: #C16277;
}
</style>