Shades of Cabaret #C64F73
Tints of Cabaret #C64F73
RGB
CMYK
RGB Variations
Color information
#C64F73 (or 0xC64F73) is known color: Cabaret. HEX triplet: C6, 4F and 73. RGB value is (198,79,115). Sum of RGB (Red+Green+Blue) = 198+79+115=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 79 (31.25% from 255 or 20.15% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64F73 is #39B08C. Grayscale: #767676. Windows color (decimal): -3780749 or 7557062. OLE color: 7557062.
HSL color Cylindrical-coordinate representation of color #C64F73: hue angle of 341.85º 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 #C64F73 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 79 | 115 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.22 |
| HSL | 341.85º | 0.51% | 0.54% | - |
| HSV(B) | 341.85º | 0.6% | 0.78% | - |
| XYZ | 29.18 | 18.84 | 18.32 | - |
| YUV | 118.69 | 125.92 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 79 | 115 | 0 | 0.60 | 0.42 | 0.22 | 341.85 | 0.51 | 0.54 |
| Hex | C6 | 4F | 73 | 0 | 3C | 2A | 16 | 156 | 33 | 36 |
| Octal | 306 | 117 | 163 | 0 | 74 | 52 | 26 | 526 | 63 | 66 |
| Binary | 11000110 | 1001111 | 1110011 | 0 | 111100 | 101010 | 10110 | 101010110 | 110011 | 110110 |
Color Harmonies of #C64F73
Complementary color
Monochromatic Colors of #C64F73
Black with #C64F73
Text Example
Text Example
White with #C64F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64F73; }
p { color: rgb(198,79,115); }
H1.HeaderClassName
{
color: #C64F73;
}
.AnyTagClassName
{
color: #C64F73;
}
</style>
background-color css
<style>
a { background-color: #C64F73; }
a { background-color: rgb(198,79,115); }
div.DivClassName
{
background-color: #C64F73;
}
.BgClassName
{
background-color: #C64F73;
}
</style>
border-color css
<style>
span { border-color: #C64F73; }
span { border-color: rgb(198,79,115); }
td.TdClassName
{
border-color: #C64F73;
}
.TagClassName
{
border-color: #C64F73;
}
</style>