Shades of Cabaret #C65472
Tints of Cabaret #C65472
RGB
CMYK
RGB Variations
Color information
#C65472 (or 0xC65472) is known color: Cabaret. HEX triplet: C6, 54 and 72. RGB value is (198,84,114). Sum of RGB (Red+Green+Blue) = 198+84+114=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 114 (44.92% from 255 or 28.79% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C65472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65472 is #39AB8D. Grayscale: #797979. Windows color (decimal): -3779470 or 7492806. OLE color: 7492806.
HSL color Cylindrical-coordinate representation of color #C65472: hue angle of 344.21º 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 #C65472 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 84 | 114 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.22 |
| HSL | 344.21º | 0.5% | 0.55% | - |
| HSV(B) | 344.21º | 0.58% | 0.78% | - |
| XYZ | 29.5 | 19.56 | 18.14 | - |
| YUV | 121.51 | 123.77 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 84 | 114 | 0 | 0.58 | 0.42 | 0.22 | 344.21 | 0.5 | 0.55 |
| Hex | C6 | 54 | 72 | 0 | 3A | 2A | 16 | 158 | 32 | 37 |
| Octal | 306 | 124 | 162 | 0 | 72 | 52 | 26 | 530 | 62 | 67 |
| Binary | 11000110 | 1010100 | 1110010 | 0 | 111010 | 101010 | 10110 | 101011000 | 110010 | 110111 |
Color Harmonies of #C65472
Complementary color
Monochromatic Colors of #C65472
Black with #C65472
Text Example
Text Example
White with #C65472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65472; }
p { color: rgb(198,84,114); }
H1.HeaderClassName
{
color: #C65472;
}
.AnyTagClassName
{
color: #C65472;
}
</style>
background-color css
<style>
a { background-color: #C65472; }
a { background-color: rgb(198,84,114); }
div.DivClassName
{
background-color: #C65472;
}
.BgClassName
{
background-color: #C65472;
}
</style>
border-color css
<style>
span { border-color: #C65472; }
span { border-color: rgb(198,84,114); }
td.TdClassName
{
border-color: #C65472;
}
.TagClassName
{
border-color: #C65472;
}
</style>