Shades of Cabaret #C64A61
Tints of Cabaret #C64A61
RGB
CMYK
RGB Variations
Color information
#C64A61 (or 0xC64A61) is known color: Cabaret. HEX triplet: C6, 4A and 61. RGB value is (198,74,97). Sum of RGB (Red+Green+Blue) = 198+74+97=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 74 (29.30% from 255 or 20.05% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C64A61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64A61 is #39B59E. Grayscale: #717171. Windows color (decimal): -3782047 or 6376134. OLE color: 6376134.
HSL color Cylindrical-coordinate representation of color #C64A61: hue angle of 348.87º 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 #C64A61 is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 74 | 97 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.22 |
| HSL | 348.87º | 0.52% | 0.53% | - |
| HSV(B) | 348.87º | 0.63% | 0.78% | - |
| XYZ | 27.9 | 17.77 | 13.27 | - |
| YUV | 113.7 | 118.58 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 74 | 97 | 0 | 0.63 | 0.51 | 0.22 | 348.87 | 0.52 | 0.53 |
| Hex | C6 | 4A | 61 | 0 | 3F | 33 | 16 | 15D | 34 | 35 |
| Octal | 306 | 112 | 141 | 0 | 77 | 63 | 26 | 535 | 64 | 65 |
| Binary | 11000110 | 1001010 | 1100001 | 0 | 111111 | 110011 | 10110 | 101011101 | 110100 | 110101 |
Color Harmonies of #C64A61
Complementary color
Monochromatic Colors of #C64A61
Black with #C64A61
Text Example
Text Example
White with #C64A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64A61; }
p { color: rgb(198,74,97); }
H1.HeaderClassName
{
color: #C64A61;
}
.AnyTagClassName
{
color: #C64A61;
}
</style>
background-color css
<style>
a { background-color: #C64A61; }
a { background-color: rgb(198,74,97); }
div.DivClassName
{
background-color: #C64A61;
}
.BgClassName
{
background-color: #C64A61;
}
</style>
border-color css
<style>
span { border-color: #C64A61; }
span { border-color: rgb(198,74,97); }
td.TdClassName
{
border-color: #C64A61;
}
.TagClassName
{
border-color: #C64A61;
}
</style>