Shades of Cabaret #C34E64
Tints of Cabaret #C34E64
RGB
CMYK
RGB Variations
Color information
#C34E64 (or 0xC34E64) is known color: Cabaret. HEX triplet: C3, 4E and 64. RGB value is (195,78,100). Sum of RGB (Red+Green+Blue) = 195+78+100=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34E64 is #3CB19B. Grayscale: #737373. Windows color (decimal): -3977628 or 6573763. OLE color: 6573763.
HSL color Cylindrical-coordinate representation of color #C34E64: hue angle of 348.72º 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 #C34E64 is Cyan = 0, Magento = 0.6, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 78 | 100 | - |
| CMYK | 0 | 0.6 | 0.49 | 0.24 |
| HSL | 348.72º | 0.49% | 0.54% | - |
| HSV(B) | 348.72º | 0.6% | 0.76% | - |
| XYZ | 27.53 | 17.97 | 14.07 | - |
| YUV | 115.49 | 119.26 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 100 | 0 | 0.6 | 0.49 | 0.24 | 348.72 | 0.49 | 0.54 |
| Hex | C3 | 4E | 64 | 0 | 3C | 31 | 18 | 15D | 31 | 36 |
| Octal | 303 | 116 | 144 | 0 | 74 | 61 | 30 | 535 | 61 | 66 |
| Binary | 11000011 | 1001110 | 1100100 | 0 | 111100 | 110001 | 11000 | 101011101 | 110001 | 110110 |
Color Harmonies of #C34E64
Complementary color
Monochromatic Colors of #C34E64
Black with #C34E64
Text Example
Text Example
White with #C34E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34E64; }
p { color: rgb(195,78,100); }
H1.HeaderClassName
{
color: #C34E64;
}
.AnyTagClassName
{
color: #C34E64;
}
</style>
background-color css
<style>
a { background-color: #C34E64; }
a { background-color: rgb(195,78,100); }
div.DivClassName
{
background-color: #C34E64;
}
.BgClassName
{
background-color: #C34E64;
}
</style>
border-color css
<style>
span { border-color: #C34E64; }
span { border-color: rgb(195,78,100); }
td.TdClassName
{
border-color: #C34E64;
}
.TagClassName
{
border-color: #C34E64;
}
</style>