Shades of Cabaret #C14F6B
Tints of Cabaret #C14F6B
RGB
CMYK
RGB Variations
Color information
#C14F6B (or 0xC14F6B) is known color: Cabaret. HEX triplet: C1, 4F and 6B. RGB value is (193,79,107). Sum of RGB (Red+Green+Blue) = 193+79+107=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14F6B is #3EB094. Grayscale: #747474. Windows color (decimal): -4108437 or 7032769. OLE color: 7032769.
HSL color Cylindrical-coordinate representation of color #C14F6B: hue angle of 345.26º 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 #C14F6B is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 79 | 107 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.24 |
| HSL | 345.26º | 0.48% | 0.53% | - |
| HSV(B) | 345.26º | 0.59% | 0.76% | - |
| XYZ | 27.44 | 17.99 | 15.94 | - |
| YUV | 116.28 | 122.77 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 79 | 107 | 0 | 0.59 | 0.45 | 0.24 | 345.26 | 0.48 | 0.53 |
| Hex | C1 | 4F | 6B | 0 | 3B | 2D | 18 | 159 | 30 | 35 |
| Octal | 301 | 117 | 153 | 0 | 73 | 55 | 30 | 531 | 60 | 65 |
| Binary | 11000001 | 1001111 | 1101011 | 0 | 111011 | 101101 | 11000 | 101011001 | 110000 | 110101 |
Color Harmonies of #C14F6B
Complementary color
Monochromatic Colors of #C14F6B
Black with #C14F6B
Text Example
Text Example
White with #C14F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14F6B; }
p { color: rgb(193,79,107); }
H1.HeaderClassName
{
color: #C14F6B;
}
.AnyTagClassName
{
color: #C14F6B;
}
</style>
background-color css
<style>
a { background-color: #C14F6B; }
a { background-color: rgb(193,79,107); }
div.DivClassName
{
background-color: #C14F6B;
}
.BgClassName
{
background-color: #C14F6B;
}
</style>
border-color css
<style>
span { border-color: #C14F6B; }
span { border-color: rgb(193,79,107); }
td.TdClassName
{
border-color: #C14F6B;
}
.TagClassName
{
border-color: #C14F6B;
}
</style>