Shades of Cabaret #C64562
Tints of Cabaret #C64562
RGB
CMYK
RGB Variations
Color information
#C64562 (or 0xC64562) is known color: Cabaret. HEX triplet: C6, 45 and 62. RGB value is (198,69,98). Sum of RGB (Red+Green+Blue) = 198+69+98=365 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.25% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 198 - color contains mainly: red. Hex color #C64562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64562 is #39BA9D. Grayscale: #6E6E6E. Windows color (decimal): -3783326 or 6440390. OLE color: 6440390.
HSL color Cylindrical-coordinate representation of color #C64562: hue angle of 346.51º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64562 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 98 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.22 |
| HSL | 346.51º | 0.53% | 0.52% | - |
| HSV(B) | 346.51º | 0.65% | 0.78% | - |
| XYZ | 27.62 | 17.14 | 13.41 | - |
| YUV | 110.88 | 120.74 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 98 | 0 | 0.65 | 0.51 | 0.22 | 346.51 | 0.53 | 0.52 |
| Hex | C6 | 45 | 62 | 0 | 41 | 33 | 16 | 15B | 35 | 34 |
| Octal | 306 | 105 | 142 | 0 | 101 | 63 | 26 | 533 | 65 | 64 |
| Binary | 11000110 | 1000101 | 1100010 | 0 | 1000001 | 110011 | 10110 | 101011011 | 110101 | 110100 |
Color Harmonies of #C64562
Complementary color
Monochromatic Colors of #C64562
Black with #C64562
Text Example
Text Example
White with #C64562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64562; }
p { color: rgb(198,69,98); }
H1.HeaderClassName
{
color: #C64562;
}
.AnyTagClassName
{
color: #C64562;
}
</style>
background-color css
<style>
a { background-color: #C64562; }
a { background-color: rgb(198,69,98); }
div.DivClassName
{
background-color: #C64562;
}
.BgClassName
{
background-color: #C64562;
}
</style>
border-color css
<style>
span { border-color: #C64562; }
span { border-color: rgb(198,69,98); }
td.TdClassName
{
border-color: #C64562;
}
.TagClassName
{
border-color: #C64562;
}
</style>