Shades of Cabaret #C64463
Tints of Cabaret #C64463
RGB
CMYK
RGB Variations
Color information
#C64463 (or 0xC64463) is known color: Cabaret. HEX triplet: C6, 44 and 63. RGB value is (198,68,99). Sum of RGB (Red+Green+Blue) = 198+68+99=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C64463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64463 is #39BB9C. Grayscale: #6E6E6E. Windows color (decimal): -3783581 or 6505670. OLE color: 6505670.
HSL color Cylindrical-coordinate representation of color #C64463: hue angle of 345.69º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C64463 is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 99 | - |
| CMYK | 0 | 0.66 | 0.50 | 0.22 |
| HSL | 345.69º | 0.53% | 0.52% | - |
| HSV(B) | 345.69º | 0.66% | 0.78% | - |
| XYZ | 27.61 | 17.04 | 13.64 | - |
| YUV | 110.4 | 121.57 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 99 | 0 | 0.66 | 0.50 | 0.22 | 345.69 | 0.53 | 0.52 |
| Hex | C6 | 44 | 63 | 0 | 42 | 32 | 16 | 15A | 35 | 34 |
| Octal | 306 | 104 | 143 | 0 | 102 | 62 | 26 | 532 | 65 | 64 |
| Binary | 11000110 | 1000100 | 1100011 | 0 | 1000010 | 110010 | 10110 | 101011010 | 110101 | 110100 |
Color Harmonies of #C64463
Complementary color
Monochromatic Colors of #C64463
Black with #C64463
Text Example
Text Example
White with #C64463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64463; }
p { color: rgb(198,68,99); }
H1.HeaderClassName
{
color: #C64463;
}
.AnyTagClassName
{
color: #C64463;
}
</style>
background-color css
<style>
a { background-color: #C64463; }
a { background-color: rgb(198,68,99); }
div.DivClassName
{
background-color: #C64463;
}
.BgClassName
{
background-color: #C64463;
}
</style>
border-color css
<style>
span { border-color: #C64463; }
span { border-color: rgb(198,68,99); }
td.TdClassName
{
border-color: #C64463;
}
.TagClassName
{
border-color: #C64463;
}
</style>