Shades of Cabaret #C65470
Tints of Cabaret #C65470
RGB
CMYK
RGB Variations
Color information
#C65470 (or 0xC65470) is known color: Cabaret. HEX triplet: C6, 54 and 70. RGB value is (198,84,112). Sum of RGB (Red+Green+Blue) = 198+84+112=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C65470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65470 is #39AB8F. Grayscale: #797979. Windows color (decimal): -3779472 or 7361734. OLE color: 7361734.
HSL color Cylindrical-coordinate representation of color #C65470: hue angle of 345.26º 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 #C65470 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 84 | 112 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.22 |
| HSL | 345.26º | 0.5% | 0.55% | - |
| HSV(B) | 345.26º | 0.58% | 0.78% | - |
| XYZ | 29.38 | 19.52 | 17.55 | - |
| YUV | 121.28 | 122.77 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 84 | 112 | 0 | 0.58 | 0.43 | 0.22 | 345.26 | 0.5 | 0.55 |
| Hex | C6 | 54 | 70 | 0 | 3A | 2B | 16 | 159 | 32 | 37 |
| Octal | 306 | 124 | 160 | 0 | 72 | 53 | 26 | 531 | 62 | 67 |
| Binary | 11000110 | 1010100 | 1110000 | 0 | 111010 | 101011 | 10110 | 101011001 | 110010 | 110111 |
Color Harmonies of #C65470
Complementary color
Monochromatic Colors of #C65470
Black with #C65470
Text Example
Text Example
White with #C65470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65470; }
p { color: rgb(198,84,112); }
H1.HeaderClassName
{
color: #C65470;
}
.AnyTagClassName
{
color: #C65470;
}
</style>
background-color css
<style>
a { background-color: #C65470; }
a { background-color: rgb(198,84,112); }
div.DivClassName
{
background-color: #C65470;
}
.BgClassName
{
background-color: #C65470;
}
</style>
border-color css
<style>
span { border-color: #C65470; }
span { border-color: rgb(198,84,112); }
td.TdClassName
{
border-color: #C65470;
}
.TagClassName
{
border-color: #C65470;
}
</style>