Shades of Cabaret #C34E6A
Tints of Cabaret #C34E6A
RGB
CMYK
RGB Variations
Color information
#C34E6A (or 0xC34E6A) is known color: Cabaret. HEX triplet: C3, 4E and 6A. RGB value is (195,78,106). Sum of RGB (Red+Green+Blue) = 195+78+106=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34E6A is #3CB195. Grayscale: #747474. Windows color (decimal): -3977622 or 6966979. OLE color: 6966979.
HSL color Cylindrical-coordinate representation of color #C34E6A: hue angle of 345.64º 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 #C34E6A is Cyan = 0, Magento = 0.6, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 78 | 106 | - |
| CMYK | 0 | 0.6 | 0.46 | 0.24 |
| HSL | 345.64º | 0.49% | 0.54% | - |
| HSV(B) | 345.64º | 0.6% | 0.76% | - |
| XYZ | 27.83 | 18.09 | 15.66 | - |
| YUV | 116.18 | 122.26 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 106 | 0 | 0.6 | 0.46 | 0.24 | 345.64 | 0.49 | 0.54 |
| Hex | C3 | 4E | 6A | 0 | 3C | 2E | 18 | 15A | 31 | 36 |
| Octal | 303 | 116 | 152 | 0 | 74 | 56 | 30 | 532 | 61 | 66 |
| Binary | 11000011 | 1001110 | 1101010 | 0 | 111100 | 101110 | 11000 | 101011010 | 110001 | 110110 |
Color Harmonies of #C34E6A
Complementary color
Monochromatic Colors of #C34E6A
Black with #C34E6A
Text Example
Text Example
White with #C34E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34E6A; }
p { color: rgb(195,78,106); }
H1.HeaderClassName
{
color: #C34E6A;
}
.AnyTagClassName
{
color: #C34E6A;
}
</style>
background-color css
<style>
a { background-color: #C34E6A; }
a { background-color: rgb(195,78,106); }
div.DivClassName
{
background-color: #C34E6A;
}
.BgClassName
{
background-color: #C34E6A;
}
</style>
border-color css
<style>
span { border-color: #C34E6A; }
span { border-color: rgb(195,78,106); }
td.TdClassName
{
border-color: #C34E6A;
}
.TagClassName
{
border-color: #C34E6A;
}
</style>