Shades of Cabaret #C34E66
Tints of Cabaret #C34E66
RGB
CMYK
RGB Variations
Color information
#C34E66 (or 0xC34E66) is known color: Cabaret. HEX triplet: C3, 4E and 66. RGB value is (195,78,102). Sum of RGB (Red+Green+Blue) = 195+78+102=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34E66 is #3CB199. Grayscale: #737373. Windows color (decimal): -3977626 or 6704835. OLE color: 6704835.
HSL color Cylindrical-coordinate representation of color #C34E66: hue angle of 347.69º 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 #C34E66 is Cyan = 0, Magento = 0.6, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 78 | 102 | - |
| CMYK | 0 | 0.6 | 0.48 | 0.24 |
| HSL | 347.69º | 0.49% | 0.54% | - |
| HSV(B) | 347.69º | 0.6% | 0.76% | - |
| XYZ | 27.63 | 18.01 | 14.59 | - |
| YUV | 115.72 | 120.26 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 102 | 0 | 0.6 | 0.48 | 0.24 | 347.69 | 0.49 | 0.54 |
| Hex | C3 | 4E | 66 | 0 | 3C | 30 | 18 | 15C | 31 | 36 |
| Octal | 303 | 116 | 146 | 0 | 74 | 60 | 30 | 534 | 61 | 66 |
| Binary | 11000011 | 1001110 | 1100110 | 0 | 111100 | 110000 | 11000 | 101011100 | 110001 | 110110 |
Color Harmonies of #C34E66
Complementary color
Monochromatic Colors of #C34E66
Black with #C34E66
Text Example
Text Example
White with #C34E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34E66; }
p { color: rgb(195,78,102); }
H1.HeaderClassName
{
color: #C34E66;
}
.AnyTagClassName
{
color: #C34E66;
}
</style>
background-color css
<style>
a { background-color: #C34E66; }
a { background-color: rgb(195,78,102); }
div.DivClassName
{
background-color: #C34E66;
}
.BgClassName
{
background-color: #C34E66;
}
</style>
border-color css
<style>
span { border-color: #C34E66; }
span { border-color: rgb(195,78,102); }
td.TdClassName
{
border-color: #C34E66;
}
.TagClassName
{
border-color: #C34E66;
}
</style>