Shades of Cabaret #C34E6E
Tints of Cabaret #C34E6E
RGB
CMYK
RGB Variations
Color information
#C34E6E (or 0xC34E6E) is known color: Cabaret. HEX triplet: C3, 4E and 6E. RGB value is (195,78,110). Sum of RGB (Red+Green+Blue) = 195+78+110=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34E6E is #3CB191. Grayscale: #747474. Windows color (decimal): -3977618 or 7229123. OLE color: 7229123.
HSL color Cylindrical-coordinate representation of color #C34E6E: hue angle of 343.59º 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 #C34E6E is Cyan = 0, Magento = 0.6, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 78 | 110 | - |
| CMYK | 0 | 0.6 | 0.44 | 0.24 |
| HSL | 343.59º | 0.49% | 0.54% | - |
| HSV(B) | 343.59º | 0.6% | 0.76% | - |
| XYZ | 28.04 | 18.18 | 16.78 | - |
| YUV | 116.63 | 124.26 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 110 | 0 | 0.6 | 0.44 | 0.24 | 343.59 | 0.49 | 0.54 |
| Hex | C3 | 4E | 6E | 0 | 3C | 2C | 18 | 158 | 31 | 36 |
| Octal | 303 | 116 | 156 | 0 | 74 | 54 | 30 | 530 | 61 | 66 |
| Binary | 11000011 | 1001110 | 1101110 | 0 | 111100 | 101100 | 11000 | 101011000 | 110001 | 110110 |
Color Harmonies of #C34E6E
Complementary color
Monochromatic Colors of #C34E6E
Black with #C34E6E
Text Example
Text Example
White with #C34E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34E6E; }
p { color: rgb(195,78,110); }
H1.HeaderClassName
{
color: #C34E6E;
}
.AnyTagClassName
{
color: #C34E6E;
}
</style>
background-color css
<style>
a { background-color: #C34E6E; }
a { background-color: rgb(195,78,110); }
div.DivClassName
{
background-color: #C34E6E;
}
.BgClassName
{
background-color: #C34E6E;
}
</style>
border-color css
<style>
span { border-color: #C34E6E; }
span { border-color: rgb(195,78,110); }
td.TdClassName
{
border-color: #C34E6E;
}
.TagClassName
{
border-color: #C34E6E;
}
</style>