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