Shades of Cabaret #C64D73
Tints of Cabaret #C64D73
RGB
CMYK
RGB Variations
Color information
#C64D73 (or 0xC64D73) is known color: Cabaret. HEX triplet: C6, 4D and 73. RGB value is (198,77,115). Sum of RGB (Red+Green+Blue) = 198+77+115=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64D73 is #39B28C. Grayscale: #757575. Windows color (decimal): -3781261 or 7556550. OLE color: 7556550.
HSL color Cylindrical-coordinate representation of color #C64D73: hue angle of 341.16º 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 #C64D73 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 77 | 115 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.22 |
| HSL | 341.16º | 0.51% | 0.54% | - |
| HSV(B) | 341.16º | 0.61% | 0.78% | - |
| XYZ | 29.04 | 18.55 | 18.27 | - |
| YUV | 117.51 | 126.59 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 115 | 0 | 0.61 | 0.42 | 0.22 | 341.16 | 0.51 | 0.54 |
| Hex | C6 | 4D | 73 | 0 | 3D | 2A | 16 | 155 | 33 | 36 |
| Octal | 306 | 115 | 163 | 0 | 75 | 52 | 26 | 525 | 63 | 66 |
| Binary | 11000110 | 1001101 | 1110011 | 0 | 111101 | 101010 | 10110 | 101010101 | 110011 | 110110 |
Color Harmonies of #C64D73
Complementary color
Monochromatic Colors of #C64D73
Black with #C64D73
Text Example
Text Example
White with #C64D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64D73; }
p { color: rgb(198,77,115); }
H1.HeaderClassName
{
color: #C64D73;
}
.AnyTagClassName
{
color: #C64D73;
}
</style>
background-color css
<style>
a { background-color: #C64D73; }
a { background-color: rgb(198,77,115); }
div.DivClassName
{
background-color: #C64D73;
}
.BgClassName
{
background-color: #C64D73;
}
</style>
border-color css
<style>
span { border-color: #C64D73; }
span { border-color: rgb(198,77,115); }
td.TdClassName
{
border-color: #C64D73;
}
.TagClassName
{
border-color: #C64D73;
}
</style>