Shades of Cabaret #C64861
Tints of Cabaret #C64861
RGB
CMYK
RGB Variations
Color information
#C64861 (or 0xC64861) is known color: Cabaret. HEX triplet: C6, 48 and 61. RGB value is (198,72,97). Sum of RGB (Red+Green+Blue) = 198+72+97=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C64861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64861 is #39B79E. Grayscale: #707070. Windows color (decimal): -3782559 or 6375622. OLE color: 6375622.
HSL color Cylindrical-coordinate representation of color #C64861: hue angle of 348.1º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C64861 is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 72 | 97 | - |
| CMYK | 0 | 0.64 | 0.51 | 0.22 |
| HSL | 348.1º | 0.53% | 0.53% | - |
| HSV(B) | 348.1º | 0.64% | 0.78% | - |
| XYZ | 27.76 | 17.5 | 13.22 | - |
| YUV | 112.52 | 119.24 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 72 | 97 | 0 | 0.64 | 0.51 | 0.22 | 348.1 | 0.53 | 0.53 |
| Hex | C6 | 48 | 61 | 0 | 40 | 33 | 16 | 15C | 34 | 35 |
| Octal | 306 | 110 | 141 | 0 | 100 | 63 | 26 | 534 | 64 | 65 |
| Binary | 11000110 | 1001000 | 1100001 | 0 | 1000000 | 110011 | 10110 | 101011100 | 110100 | 110101 |
Color Harmonies of #C64861
Complementary color
Monochromatic Colors of #C64861
Black with #C64861
Text Example
Text Example
White with #C64861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64861; }
p { color: rgb(198,72,97); }
H1.HeaderClassName
{
color: #C64861;
}
.AnyTagClassName
{
color: #C64861;
}
</style>
background-color css
<style>
a { background-color: #C64861; }
a { background-color: rgb(198,72,97); }
div.DivClassName
{
background-color: #C64861;
}
.BgClassName
{
background-color: #C64861;
}
</style>
border-color css
<style>
span { border-color: #C64861; }
span { border-color: rgb(198,72,97); }
td.TdClassName
{
border-color: #C64861;
}
.TagClassName
{
border-color: #C64861;
}
</style>