Shades of Cabaret #C14F70
Tints of Cabaret #C14F70
RGB
CMYK
RGB Variations
Color information
#C14F70 (or 0xC14F70) is known color: Cabaret. HEX triplet: C1, 4F and 70. RGB value is (193,79,112). Sum of RGB (Red+Green+Blue) = 193+79+112=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 79 (31.25% from 255 or 20.57% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14F70 is #3EB08F. Grayscale: #747474. Windows color (decimal): -4108432 or 7360449. OLE color: 7360449.
HSL color Cylindrical-coordinate representation of color #C14F70: hue angle of 342.63º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C14F70 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 79 | 112 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.24 |
| HSL | 342.63º | 0.48% | 0.53% | - |
| HSV(B) | 342.63º | 0.59% | 0.76% | - |
| XYZ | 27.71 | 18.1 | 17.36 | - |
| YUV | 116.85 | 125.27 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 79 | 112 | 0 | 0.59 | 0.42 | 0.24 | 342.63 | 0.48 | 0.53 |
| Hex | C1 | 4F | 70 | 0 | 3B | 2A | 18 | 157 | 30 | 35 |
| Octal | 301 | 117 | 160 | 0 | 73 | 52 | 30 | 527 | 60 | 65 |
| Binary | 11000001 | 1001111 | 1110000 | 0 | 111011 | 101010 | 11000 | 101010111 | 110000 | 110101 |
Color Harmonies of #C14F70
Complementary color
Monochromatic Colors of #C14F70
Black with #C14F70
Text Example
Text Example
White with #C14F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14F70; }
p { color: rgb(193,79,112); }
H1.HeaderClassName
{
color: #C14F70;
}
.AnyTagClassName
{
color: #C14F70;
}
</style>
background-color css
<style>
a { background-color: #C14F70; }
a { background-color: rgb(193,79,112); }
div.DivClassName
{
background-color: #C14F70;
}
.BgClassName
{
background-color: #C14F70;
}
</style>
border-color css
<style>
span { border-color: #C14F70; }
span { border-color: rgb(193,79,112); }
td.TdClassName
{
border-color: #C14F70;
}
.TagClassName
{
border-color: #C14F70;
}
</style>