Shades of Cabaret #C65473
Tints of Cabaret #C65473
RGB
CMYK
RGB Variations
Color information
#C65473 (or 0xC65473) is known color: Cabaret. HEX triplet: C6, 54 and 73. RGB value is (198,84,115). Sum of RGB (Red+Green+Blue) = 198+84+115=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C65473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65473 is #39AB8C. Grayscale: #797979. Windows color (decimal): -3779469 or 7558342. OLE color: 7558342.
HSL color Cylindrical-coordinate representation of color #C65473: hue angle of 343.68º 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 #C65473 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 84 | 115 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.22 |
| HSL | 343.68º | 0.5% | 0.55% | - |
| HSV(B) | 343.68º | 0.58% | 0.78% | - |
| XYZ | 29.55 | 19.58 | 18.44 | - |
| YUV | 121.62 | 124.27 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 84 | 115 | 0 | 0.58 | 0.42 | 0.22 | 343.68 | 0.5 | 0.55 |
| Hex | C6 | 54 | 73 | 0 | 3A | 2A | 16 | 158 | 32 | 37 |
| Octal | 306 | 124 | 163 | 0 | 72 | 52 | 26 | 530 | 62 | 67 |
| Binary | 11000110 | 1010100 | 1110011 | 0 | 111010 | 101010 | 10110 | 101011000 | 110010 | 110111 |
Color Harmonies of #C65473
Complementary color
Monochromatic Colors of #C65473
Black with #C65473
Text Example
Text Example
White with #C65473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65473; }
p { color: rgb(198,84,115); }
H1.HeaderClassName
{
color: #C65473;
}
.AnyTagClassName
{
color: #C65473;
}
</style>
background-color css
<style>
a { background-color: #C65473; }
a { background-color: rgb(198,84,115); }
div.DivClassName
{
background-color: #C65473;
}
.BgClassName
{
background-color: #C65473;
}
</style>
border-color css
<style>
span { border-color: #C65473; }
span { border-color: rgb(198,84,115); }
td.TdClassName
{
border-color: #C65473;
}
.TagClassName
{
border-color: #C65473;
}
</style>