Shades of Cabaret #C64E64
Tints of Cabaret #C64E64
RGB
CMYK
RGB Variations
Color information
#C64E64 (or 0xC64E64) is known color: Cabaret. HEX triplet: C6, 4E and 64. RGB value is (198,78,100). Sum of RGB (Red+Green+Blue) = 198+78+100=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64E64 is #39B19B. Grayscale: #747474. Windows color (decimal): -3781020 or 6573766. OLE color: 6573766.
HSL color Cylindrical-coordinate representation of color #C64E64: hue angle of 349º 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 #C64E64 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 78 | 100 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.22 |
| HSL | 349º | 0.51% | 0.54% | - |
| HSV(B) | 349º | 0.61% | 0.78% | - |
| XYZ | 28.31 | 18.37 | 14.11 | - |
| YUV | 116.39 | 118.76 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 100 | 0 | 0.61 | 0.49 | 0.22 | 349 | 0.51 | 0.54 |
| Hex | C6 | 4E | 64 | 0 | 3D | 31 | 16 | 15D | 33 | 36 |
| Octal | 306 | 116 | 144 | 0 | 75 | 61 | 26 | 535 | 63 | 66 |
| Binary | 11000110 | 1001110 | 1100100 | 0 | 111101 | 110001 | 10110 | 101011101 | 110011 | 110110 |
Color Harmonies of #C64E64
Complementary color
Monochromatic Colors of #C64E64
Black with #C64E64
Text Example
Text Example
White with #C64E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64E64; }
p { color: rgb(198,78,100); }
H1.HeaderClassName
{
color: #C64E64;
}
.AnyTagClassName
{
color: #C64E64;
}
</style>
background-color css
<style>
a { background-color: #C64E64; }
a { background-color: rgb(198,78,100); }
div.DivClassName
{
background-color: #C64E64;
}
.BgClassName
{
background-color: #C64E64;
}
</style>
border-color css
<style>
span { border-color: #C64E64; }
span { border-color: rgb(198,78,100); }
td.TdClassName
{
border-color: #C64E64;
}
.TagClassName
{
border-color: #C64E64;
}
</style>