Shades of Cabaret #C14D6E
Tints of Cabaret #C14D6E
RGB
CMYK
RGB Variations
Color information
#C14D6E (or 0xC14D6E) is known color: Cabaret. HEX triplet: C1, 4D and 6E. RGB value is (193,77,110). Sum of RGB (Red+Green+Blue) = 193+77+110=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14D6E is #3EB291. Grayscale: #737373. Windows color (decimal): -4108946 or 7228865. OLE color: 7228865.
HSL color Cylindrical-coordinate representation of color #C14D6E: hue angle of 342.93º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C14D6E is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 77 | 110 | - |
| CMYK | 0 | 0.60 | 0.43 | 0.24 |
| HSL | 342.93º | 0.48% | 0.53% | - |
| HSV(B) | 342.93º | 0.6% | 0.76% | - |
| XYZ | 27.46 | 17.77 | 16.73 | - |
| YUV | 115.45 | 124.93 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 110 | 0 | 0.60 | 0.43 | 0.24 | 342.93 | 0.48 | 0.53 |
| Hex | C1 | 4D | 6E | 0 | 3C | 2B | 18 | 157 | 30 | 35 |
| Octal | 301 | 115 | 156 | 0 | 74 | 53 | 30 | 527 | 60 | 65 |
| Binary | 11000001 | 1001101 | 1101110 | 0 | 111100 | 101011 | 11000 | 101010111 | 110000 | 110101 |
Color Harmonies of #C14D6E
Complementary color
Monochromatic Colors of #C14D6E
Black with #C14D6E
Text Example
Text Example
White with #C14D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14D6E; }
p { color: rgb(193,77,110); }
H1.HeaderClassName
{
color: #C14D6E;
}
.AnyTagClassName
{
color: #C14D6E;
}
</style>
background-color css
<style>
a { background-color: #C14D6E; }
a { background-color: rgb(193,77,110); }
div.DivClassName
{
background-color: #C14D6E;
}
.BgClassName
{
background-color: #C14D6E;
}
</style>
border-color css
<style>
span { border-color: #C14D6E; }
span { border-color: rgb(193,77,110); }
td.TdClassName
{
border-color: #C14D6E;
}
.TagClassName
{
border-color: #C14D6E;
}
</style>