Shades of Cabaret #C64E65
Tints of Cabaret #C64E65
RGB
CMYK
RGB Variations
Color information
#C64E65 (or 0xC64E65) is known color: Cabaret. HEX triplet: C6, 4E and 65. RGB value is (198,78,101). Sum of RGB (Red+Green+Blue) = 198+78+101=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64E65 is #39B19A. Grayscale: #747474. Windows color (decimal): -3781019 or 6639302. OLE color: 6639302.
HSL color Cylindrical-coordinate representation of color #C64E65: hue angle of 348.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 #C64E65 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 78 | 101 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.22 |
| HSL | 348.5º | 0.51% | 0.54% | - |
| HSV(B) | 348.5º | 0.61% | 0.78% | - |
| XYZ | 28.36 | 18.39 | 14.37 | - |
| YUV | 116.5 | 119.26 | 186.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 78 | 101 | 0 | 0.61 | 0.49 | 0.22 | 348.5 | 0.51 | 0.54 |
| Hex | C6 | 4E | 65 | 0 | 3D | 31 | 16 | 15C | 33 | 36 |
| Octal | 306 | 116 | 145 | 0 | 75 | 61 | 26 | 534 | 63 | 66 |
| Binary | 11000110 | 1001110 | 1100101 | 0 | 111101 | 110001 | 10110 | 101011100 | 110011 | 110110 |
Color Harmonies of #C64E65
Complementary color
Monochromatic Colors of #C64E65
Black with #C64E65
Text Example
Text Example
White with #C64E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64E65; }
p { color: rgb(198,78,101); }
H1.HeaderClassName
{
color: #C64E65;
}
.AnyTagClassName
{
color: #C64E65;
}
</style>
background-color css
<style>
a { background-color: #C64E65; }
a { background-color: rgb(198,78,101); }
div.DivClassName
{
background-color: #C64E65;
}
.BgClassName
{
background-color: #C64E65;
}
</style>
border-color css
<style>
span { border-color: #C64E65; }
span { border-color: rgb(198,78,101); }
td.TdClassName
{
border-color: #C64E65;
}
.TagClassName
{
border-color: #C64E65;
}
</style>