Shades of Cabaret #C64C73
Tints of Cabaret #C64C73
RGB
CMYK
RGB Variations
Color information
#C64C73 (or 0xC64C73) is known color: Cabaret. HEX triplet: C6, 4C and 73. RGB value is (198,76,115). Sum of RGB (Red+Green+Blue) = 198+76+115=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 76 (30.08% from 255 or 19.54% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C64C73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64C73 is #39B38C. Grayscale: #747474. Windows color (decimal): -3781517 or 7556294. OLE color: 7556294.
HSL color Cylindrical-coordinate representation of color #C64C73: hue angle of 340.82º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C64C73 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 76 | 115 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.22 |
| HSL | 340.82º | 0.52% | 0.54% | - |
| HSV(B) | 340.82º | 0.62% | 0.78% | - |
| XYZ | 28.97 | 18.41 | 18.25 | - |
| YUV | 116.92 | 126.92 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 76 | 115 | 0 | 0.62 | 0.42 | 0.22 | 340.82 | 0.52 | 0.54 |
| Hex | C6 | 4C | 73 | 0 | 3E | 2A | 16 | 155 | 34 | 36 |
| Octal | 306 | 114 | 163 | 0 | 76 | 52 | 26 | 525 | 64 | 66 |
| Binary | 11000110 | 1001100 | 1110011 | 0 | 111110 | 101010 | 10110 | 101010101 | 110100 | 110110 |
Color Harmonies of #C64C73
Complementary color
Monochromatic Colors of #C64C73
Black with #C64C73
Text Example
Text Example
White with #C64C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64C73; }
p { color: rgb(198,76,115); }
H1.HeaderClassName
{
color: #C64C73;
}
.AnyTagClassName
{
color: #C64C73;
}
</style>
background-color css
<style>
a { background-color: #C64C73; }
a { background-color: rgb(198,76,115); }
div.DivClassName
{
background-color: #C64C73;
}
.BgClassName
{
background-color: #C64C73;
}
</style>
border-color css
<style>
span { border-color: #C64C73; }
span { border-color: rgb(198,76,115); }
td.TdClassName
{
border-color: #C64C73;
}
.TagClassName
{
border-color: #C64C73;
}
</style>