Shades of Cabaret #C64F63
Tints of Cabaret #C64F63
RGB
CMYK
RGB Variations
Color information
#C64F63 (or 0xC64F63) is known color: Cabaret. HEX triplet: C6, 4F and 63. RGB value is (198,79,99). Sum of RGB (Red+Green+Blue) = 198+79+99=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 79 (31.25% from 255 or 21.01% from 376); Blue value is 99 (39.06% from 255 or 26.33% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64F63 is #39B09C. Grayscale: #747474. Windows color (decimal): -3780765 or 6508486. OLE color: 6508486.
HSL color Cylindrical-coordinate representation of color #C64F63: hue angle of 349.92º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C64F63 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 79 | 99 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.22 |
| HSL | 349.92º | 0.51% | 0.54% | - |
| HSV(B) | 349.92º | 0.6% | 0.78% | - |
| XYZ | 28.34 | 18.5 | 13.88 | - |
| YUV | 116.86 | 117.92 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 79 | 99 | 0 | 0.60 | 0.50 | 0.22 | 349.92 | 0.51 | 0.54 |
| Hex | C6 | 4F | 63 | 0 | 3C | 32 | 16 | 15E | 33 | 36 |
| Octal | 306 | 117 | 143 | 0 | 74 | 62 | 26 | 536 | 63 | 66 |
| Binary | 11000110 | 1001111 | 1100011 | 0 | 111100 | 110010 | 10110 | 101011110 | 110011 | 110110 |
Color Harmonies of #C64F63
Complementary color
Monochromatic Colors of #C64F63
Black with #C64F63
Text Example
Text Example
White with #C64F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64F63; }
p { color: rgb(198,79,99); }
H1.HeaderClassName
{
color: #C64F63;
}
.AnyTagClassName
{
color: #C64F63;
}
</style>
background-color css
<style>
a { background-color: #C64F63; }
a { background-color: rgb(198,79,99); }
div.DivClassName
{
background-color: #C64F63;
}
.BgClassName
{
background-color: #C64F63;
}
</style>
border-color css
<style>
span { border-color: #C64F63; }
span { border-color: rgb(198,79,99); }
td.TdClassName
{
border-color: #C64F63;
}
.TagClassName
{
border-color: #C64F63;
}
</style>