Shades of Cabaret #C64460
Tints of Cabaret #C64460
RGB
CMYK
RGB Variations
Color information
#C64460 (or 0xC64460) is known color: Cabaret. HEX triplet: C6, 44 and 60. RGB value is (198,68,96). Sum of RGB (Red+Green+Blue) = 198+68+96=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 68 (26.95% from 255 or 18.78% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C64460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64460 is #39BB9F. Grayscale: #6E6E6E. Windows color (decimal): -3783584 or 6309062. OLE color: 6309062.
HSL color Cylindrical-coordinate representation of color #C64460: hue angle of 347.08º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C64460 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 68 | 96 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.22 |
| HSL | 347.08º | 0.53% | 0.52% | - |
| HSV(B) | 347.08º | 0.66% | 0.78% | - |
| XYZ | 27.47 | 16.98 | 12.9 | - |
| YUV | 110.06 | 120.07 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 68 | 96 | 0 | 0.66 | 0.52 | 0.22 | 347.08 | 0.53 | 0.52 |
| Hex | C6 | 44 | 60 | 0 | 42 | 34 | 16 | 15B | 35 | 34 |
| Octal | 306 | 104 | 140 | 0 | 102 | 64 | 26 | 533 | 65 | 64 |
| Binary | 11000110 | 1000100 | 1100000 | 0 | 1000010 | 110100 | 10110 | 101011011 | 110101 | 110100 |
Color Harmonies of #C64460
Complementary color
Monochromatic Colors of #C64460
Black with #C64460
Text Example
Text Example
White with #C64460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64460; }
p { color: rgb(198,68,96); }
H1.HeaderClassName
{
color: #C64460;
}
.AnyTagClassName
{
color: #C64460;
}
</style>
background-color css
<style>
a { background-color: #C64460; }
a { background-color: rgb(198,68,96); }
div.DivClassName
{
background-color: #C64460;
}
.BgClassName
{
background-color: #C64460;
}
</style>
border-color css
<style>
span { border-color: #C64460; }
span { border-color: rgb(198,68,96); }
td.TdClassName
{
border-color: #C64460;
}
.TagClassName
{
border-color: #C64460;
}
</style>