Shades of Cabaret #C34E6C
Tints of Cabaret #C34E6C
RGB
CMYK
RGB Variations
Color information
#C34E6C (or 0xC34E6C) is known color: Cabaret. HEX triplet: C3, 4E and 6C. RGB value is (195,78,108). Sum of RGB (Red+Green+Blue) = 195+78+108=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34E6C is #3CB193. Grayscale: #747474. Windows color (decimal): -3977620 or 7098051. OLE color: 7098051.
HSL color Cylindrical-coordinate representation of color #C34E6C: hue angle of 344.62º 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 #C34E6C is Cyan = 0, Magento = 0.6, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 78 | 108 | - |
| CMYK | 0 | 0.6 | 0.45 | 0.24 |
| HSL | 344.62º | 0.49% | 0.54% | - |
| HSV(B) | 344.62º | 0.6% | 0.76% | - |
| XYZ | 27.94 | 18.13 | 16.22 | - |
| YUV | 116.4 | 123.26 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 108 | 0 | 0.6 | 0.45 | 0.24 | 344.62 | 0.49 | 0.54 |
| Hex | C3 | 4E | 6C | 0 | 3C | 2D | 18 | 159 | 31 | 36 |
| Octal | 303 | 116 | 154 | 0 | 74 | 55 | 30 | 531 | 61 | 66 |
| Binary | 11000011 | 1001110 | 1101100 | 0 | 111100 | 101101 | 11000 | 101011001 | 110001 | 110110 |
Color Harmonies of #C34E6C
Complementary color
Monochromatic Colors of #C34E6C
Black with #C34E6C
Text Example
Text Example
White with #C34E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34E6C; }
p { color: rgb(195,78,108); }
H1.HeaderClassName
{
color: #C34E6C;
}
.AnyTagClassName
{
color: #C34E6C;
}
</style>
background-color css
<style>
a { background-color: #C34E6C; }
a { background-color: rgb(195,78,108); }
div.DivClassName
{
background-color: #C34E6C;
}
.BgClassName
{
background-color: #C34E6C;
}
</style>
border-color css
<style>
span { border-color: #C34E6C; }
span { border-color: rgb(195,78,108); }
td.TdClassName
{
border-color: #C34E6C;
}
.TagClassName
{
border-color: #C34E6C;
}
</style>