Shades of Cabaret #C64E75
Tints of Cabaret #C64E75
RGB
CMYK
RGB Variations
Color information
#C64E75 (or 0xC64E75) is known color: Cabaret. HEX triplet: C6, 4E and 75. RGB value is (198,78,117). Sum of RGB (Red+Green+Blue) = 198+78+117=393 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.38% from 393); Green value is 78 (30.86% from 255 or 19.85% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64E75 is #39B18A. Grayscale: #767676. Windows color (decimal): -3781003 or 7687878. OLE color: 7687878.
HSL color Cylindrical-coordinate representation of color #C64E75: hue angle of 340.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C64E75 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 78 | 117 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.22 |
| HSL | 340.5º | 0.51% | 0.54% | - |
| HSV(B) | 340.5º | 0.61% | 0.78% | - |
| XYZ | 29.22 | 18.74 | 18.91 | - |
| YUV | 118.33 | 127.26 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 117 | 0 | 0.61 | 0.41 | 0.22 | 340.5 | 0.51 | 0.54 |
| Hex | C6 | 4E | 75 | 0 | 3D | 29 | 16 | 154 | 33 | 36 |
| Octal | 306 | 116 | 165 | 0 | 75 | 51 | 26 | 524 | 63 | 66 |
| Binary | 11000110 | 1001110 | 1110101 | 0 | 111101 | 101001 | 10110 | 101010100 | 110011 | 110110 |
Color Harmonies of #C64E75
Complementary color
Monochromatic Colors of #C64E75
Black with #C64E75
Text Example
Text Example
White with #C64E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64E75; }
p { color: rgb(198,78,117); }
H1.HeaderClassName
{
color: #C64E75;
}
.AnyTagClassName
{
color: #C64E75;
}
</style>
background-color css
<style>
a { background-color: #C64E75; }
a { background-color: rgb(198,78,117); }
div.DivClassName
{
background-color: #C64E75;
}
.BgClassName
{
background-color: #C64E75;
}
</style>
border-color css
<style>
span { border-color: #C64E75; }
span { border-color: rgb(198,78,117); }
td.TdClassName
{
border-color: #C64E75;
}
.TagClassName
{
border-color: #C64E75;
}
</style>