Shades of Cabaret #C14E6F
Tints of Cabaret #C14E6F
RGB
CMYK
RGB Variations
Color information
#C14E6F (or 0xC14E6F) is known color: Cabaret. HEX triplet: C1, 4E and 6F. RGB value is (193,78,111). Sum of RGB (Red+Green+Blue) = 193+78+111=382 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.52% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 193 - color contains mainly: red. Hex color #C14E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14E6F is #3EB190. Grayscale: #747474. Windows color (decimal): -4108689 or 7294657. OLE color: 7294657.
HSL color Cylindrical-coordinate representation of color #C14E6F: hue angle of 342.78º 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 #C14E6F is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 78 | 111 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.24 |
| HSL | 342.78º | 0.48% | 0.53% | - |
| HSV(B) | 342.78º | 0.6% | 0.76% | - |
| XYZ | 27.59 | 17.93 | 17.05 | - |
| YUV | 116.15 | 125.1 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 78 | 111 | 0 | 0.60 | 0.42 | 0.24 | 342.78 | 0.48 | 0.53 |
| Hex | C1 | 4E | 6F | 0 | 3C | 2A | 18 | 157 | 30 | 35 |
| Octal | 301 | 116 | 157 | 0 | 74 | 52 | 30 | 527 | 60 | 65 |
| Binary | 11000001 | 1001110 | 1101111 | 0 | 111100 | 101010 | 11000 | 101010111 | 110000 | 110101 |
Color Harmonies of #C14E6F
Complementary color
Monochromatic Colors of #C14E6F
Black with #C14E6F
Text Example
Text Example
White with #C14E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14E6F; }
p { color: rgb(193,78,111); }
H1.HeaderClassName
{
color: #C14E6F;
}
.AnyTagClassName
{
color: #C14E6F;
}
</style>
background-color css
<style>
a { background-color: #C14E6F; }
a { background-color: rgb(193,78,111); }
div.DivClassName
{
background-color: #C14E6F;
}
.BgClassName
{
background-color: #C14E6F;
}
</style>
border-color css
<style>
span { border-color: #C14E6F; }
span { border-color: rgb(193,78,111); }
td.TdClassName
{
border-color: #C14E6F;
}
.TagClassName
{
border-color: #C14E6F;
}
</style>