Shades of Cabaret #C64A63
Tints of Cabaret #C64A63
RGB
CMYK
RGB Variations
Color information
#C64A63 (or 0xC64A63) is known color: Cabaret. HEX triplet: C6, 4A and 63. RGB value is (198,74,99). Sum of RGB (Red+Green+Blue) = 198+74+99=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64A63 is #39B59C. Grayscale: #717171. Windows color (decimal): -3782045 or 6507206. OLE color: 6507206.
HSL color Cylindrical-coordinate representation of color #C64A63: hue angle of 347.9º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C64A63 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 99 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.22 |
| HSL | 347.9º | 0.52% | 0.53% | - |
| HSV(B) | 347.9º | 0.63% | 0.78% | - |
| XYZ | 27.99 | 17.8 | 13.77 | - |
| YUV | 113.93 | 119.58 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 99 | 0 | 0.63 | 0.50 | 0.22 | 347.9 | 0.52 | 0.53 |
| Hex | C6 | 4A | 63 | 0 | 3F | 32 | 16 | 15C | 34 | 35 |
| Octal | 306 | 112 | 143 | 0 | 77 | 62 | 26 | 534 | 64 | 65 |
| Binary | 11000110 | 1001010 | 1100011 | 0 | 111111 | 110010 | 10110 | 101011100 | 110100 | 110101 |
Color Harmonies of #C64A63
Complementary color
Monochromatic Colors of #C64A63
Black with #C64A63
Text Example
Text Example
White with #C64A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64A63; }
p { color: rgb(198,74,99); }
H1.HeaderClassName
{
color: #C64A63;
}
.AnyTagClassName
{
color: #C64A63;
}
</style>
background-color css
<style>
a { background-color: #C64A63; }
a { background-color: rgb(198,74,99); }
div.DivClassName
{
background-color: #C64A63;
}
.BgClassName
{
background-color: #C64A63;
}
</style>
border-color css
<style>
span { border-color: #C64A63; }
span { border-color: rgb(198,74,99); }
td.TdClassName
{
border-color: #C64A63;
}
.TagClassName
{
border-color: #C64A63;
}
</style>