Shades of Cabaret #C65471
Tints of Cabaret #C65471
RGB
CMYK
RGB Variations
Color information
#C65471 (or 0xC65471) is known color: Cabaret. HEX triplet: C6, 54 and 71. RGB value is (198,84,113). Sum of RGB (Red+Green+Blue) = 198+84+113=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C65471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65471 is #39AB8E. Grayscale: #797979. Windows color (decimal): -3779471 or 7427270. OLE color: 7427270.
HSL color Cylindrical-coordinate representation of color #C65471: hue angle of 344.74º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C65471 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 84 | 113 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.22 |
| HSL | 344.74º | 0.5% | 0.55% | - |
| HSV(B) | 344.74º | 0.58% | 0.78% | - |
| XYZ | 29.44 | 19.54 | 17.84 | - |
| YUV | 121.39 | 123.27 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 84 | 113 | 0 | 0.58 | 0.43 | 0.22 | 344.74 | 0.5 | 0.55 |
| Hex | C6 | 54 | 71 | 0 | 3A | 2B | 16 | 159 | 32 | 37 |
| Octal | 306 | 124 | 161 | 0 | 72 | 53 | 26 | 531 | 62 | 67 |
| Binary | 11000110 | 1010100 | 1110001 | 0 | 111010 | 101011 | 10110 | 101011001 | 110010 | 110111 |
Color Harmonies of #C65471
Complementary color
Monochromatic Colors of #C65471
Black with #C65471
Text Example
Text Example
White with #C65471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65471; }
p { color: rgb(198,84,113); }
H1.HeaderClassName
{
color: #C65471;
}
.AnyTagClassName
{
color: #C65471;
}
</style>
background-color css
<style>
a { background-color: #C65471; }
a { background-color: rgb(198,84,113); }
div.DivClassName
{
background-color: #C65471;
}
.BgClassName
{
background-color: #C65471;
}
</style>
border-color css
<style>
span { border-color: #C65471; }
span { border-color: rgb(198,84,113); }
td.TdClassName
{
border-color: #C65471;
}
.TagClassName
{
border-color: #C65471;
}
</style>