Shades of Cabaret #C34E71
Tints of Cabaret #C34E71
RGB
CMYK
RGB Variations
Color information
#C34E71 (or 0xC34E71) is known color: Cabaret. HEX triplet: C3, 4E and 71. RGB value is (195,78,113). Sum of RGB (Red+Green+Blue) = 195+78+113=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34E71 is #3CB18E. Grayscale: #747474. Windows color (decimal): -3977615 or 7425731. OLE color: 7425731.
HSL color Cylindrical-coordinate representation of color #C34E71: hue angle of 342.05º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C34E71 is Cyan = 0, Magento = 0.6, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 78 | 113 | - |
| CMYK | 0 | 0.6 | 0.42 | 0.24 |
| HSL | 342.05º | 0.49% | 0.54% | - |
| HSV(B) | 342.05º | 0.6% | 0.76% | - |
| XYZ | 28.21 | 18.24 | 17.66 | - |
| YUV | 116.97 | 125.76 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 113 | 0 | 0.6 | 0.42 | 0.24 | 342.05 | 0.49 | 0.54 |
| Hex | C3 | 4E | 71 | 0 | 3C | 2A | 18 | 156 | 31 | 36 |
| Octal | 303 | 116 | 161 | 0 | 74 | 52 | 30 | 526 | 61 | 66 |
| Binary | 11000011 | 1001110 | 1110001 | 0 | 111100 | 101010 | 11000 | 101010110 | 110001 | 110110 |
Color Harmonies of #C34E71
Complementary color
Monochromatic Colors of #C34E71
Black with #C34E71
Text Example
Text Example
White with #C34E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34E71; }
p { color: rgb(195,78,113); }
H1.HeaderClassName
{
color: #C34E71;
}
.AnyTagClassName
{
color: #C34E71;
}
</style>
background-color css
<style>
a { background-color: #C34E71; }
a { background-color: rgb(195,78,113); }
div.DivClassName
{
background-color: #C34E71;
}
.BgClassName
{
background-color: #C34E71;
}
</style>
border-color css
<style>
span { border-color: #C34E71; }
span { border-color: rgb(195,78,113); }
td.TdClassName
{
border-color: #C34E71;
}
.TagClassName
{
border-color: #C34E71;
}
</style>