Shades of Cabaret #C64A70
Tints of Cabaret #C64A70
RGB
CMYK
RGB Variations
Color information
#C64A70 (or 0xC64A70) is known color: Cabaret. HEX triplet: C6, 4A and 70. RGB value is (198,74,112). Sum of RGB (Red+Green+Blue) = 198+74+112=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64A70 is #39B58F. Grayscale: #737373. Windows color (decimal): -3782032 or 7359174. OLE color: 7359174.
HSL color Cylindrical-coordinate representation of color #C64A70: hue angle of 341.61º 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 #C64A70 is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 112 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.22 |
| HSL | 341.61º | 0.52% | 0.53% | - |
| HSV(B) | 341.61º | 0.63% | 0.78% | - |
| XYZ | 28.66 | 18.07 | 17.31 | - |
| YUV | 115.41 | 126.08 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 112 | 0 | 0.63 | 0.43 | 0.22 | 341.61 | 0.52 | 0.53 |
| Hex | C6 | 4A | 70 | 0 | 3F | 2B | 16 | 156 | 34 | 35 |
| Octal | 306 | 112 | 160 | 0 | 77 | 53 | 26 | 526 | 64 | 65 |
| Binary | 11000110 | 1001010 | 1110000 | 0 | 111111 | 101011 | 10110 | 101010110 | 110100 | 110101 |
Color Harmonies of #C64A70
Complementary color
Monochromatic Colors of #C64A70
Black with #C64A70
Text Example
Text Example
White with #C64A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64A70; }
p { color: rgb(198,74,112); }
H1.HeaderClassName
{
color: #C64A70;
}
.AnyTagClassName
{
color: #C64A70;
}
</style>
background-color css
<style>
a { background-color: #C64A70; }
a { background-color: rgb(198,74,112); }
div.DivClassName
{
background-color: #C64A70;
}
.BgClassName
{
background-color: #C64A70;
}
</style>
border-color css
<style>
span { border-color: #C64A70; }
span { border-color: rgb(198,74,112); }
td.TdClassName
{
border-color: #C64A70;
}
.TagClassName
{
border-color: #C64A70;
}
</style>