Shades of Cabaret #C34E72
Tints of Cabaret #C34E72
RGB
CMYK
RGB Variations
Color information
#C34E72 (or 0xC34E72) is known color: Cabaret. HEX triplet: C3, 4E and 72. RGB value is (195,78,114). Sum of RGB (Red+Green+Blue) = 195+78+114=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34E72 is #3CB18D. Grayscale: #757575. Windows color (decimal): -3977614 or 7491267. OLE color: 7491267.
HSL color Cylindrical-coordinate representation of color #C34E72: hue angle of 341.54º 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 #C34E72 is Cyan = 0, Magento = 0.6, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 78 | 114 | - |
| CMYK | 0 | 0.6 | 0.42 | 0.24 |
| HSL | 341.54º | 0.49% | 0.54% | - |
| HSV(B) | 341.54º | 0.6% | 0.76% | - |
| XYZ | 28.27 | 18.27 | 17.96 | - |
| YUV | 117.09 | 126.26 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 114 | 0 | 0.6 | 0.42 | 0.24 | 341.54 | 0.49 | 0.54 |
| Hex | C3 | 4E | 72 | 0 | 3C | 2A | 18 | 156 | 31 | 36 |
| Octal | 303 | 116 | 162 | 0 | 74 | 52 | 30 | 526 | 61 | 66 |
| Binary | 11000011 | 1001110 | 1110010 | 0 | 111100 | 101010 | 11000 | 101010110 | 110001 | 110110 |
Color Harmonies of #C34E72
Complementary color
Monochromatic Colors of #C34E72
Black with #C34E72
Text Example
Text Example
White with #C34E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34E72; }
p { color: rgb(195,78,114); }
H1.HeaderClassName
{
color: #C34E72;
}
.AnyTagClassName
{
color: #C34E72;
}
</style>
background-color css
<style>
a { background-color: #C34E72; }
a { background-color: rgb(195,78,114); }
div.DivClassName
{
background-color: #C34E72;
}
.BgClassName
{
background-color: #C34E72;
}
</style>
border-color css
<style>
span { border-color: #C34E72; }
span { border-color: rgb(195,78,114); }
td.TdClassName
{
border-color: #C34E72;
}
.TagClassName
{
border-color: #C34E72;
}
</style>