Shades of Cabaret #C65972
Tints of Cabaret #C65972
RGB
CMYK
RGB Variations
Color information
#C65972 (or 0xC65972) is known color: Cabaret. HEX triplet: C6, 59 and 72. RGB value is (198,89,114). Sum of RGB (Red+Green+Blue) = 198+89+114=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C65972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65972 is #39A68D. Grayscale: #7C7C7C. Windows color (decimal): -3778190 or 7494086. OLE color: 7494086.
HSL color Cylindrical-coordinate representation of color #C65972: hue angle of 346.24º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C65972 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 114 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.22 |
| HSL | 346.24º | 0.49% | 0.56% | - |
| HSV(B) | 346.24º | 0.55% | 0.78% | - |
| XYZ | 29.9 | 20.37 | 18.27 | - |
| YUV | 124.44 | 122.11 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 114 | 0 | 0.55 | 0.42 | 0.22 | 346.24 | 0.49 | 0.56 |
| Hex | C6 | 59 | 72 | 0 | 37 | 2A | 16 | 15A | 31 | 38 |
| Octal | 306 | 131 | 162 | 0 | 67 | 52 | 26 | 532 | 61 | 70 |
| Binary | 11000110 | 1011001 | 1110010 | 0 | 110111 | 101010 | 10110 | 101011010 | 110001 | 111000 |
Color Harmonies of #C65972
Complementary color
Monochromatic Colors of #C65972
Black with #C65972
Text Example
Text Example
White with #C65972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65972; }
p { color: rgb(198,89,114); }
H1.HeaderClassName
{
color: #C65972;
}
.AnyTagClassName
{
color: #C65972;
}
</style>
background-color css
<style>
a { background-color: #C65972; }
a { background-color: rgb(198,89,114); }
div.DivClassName
{
background-color: #C65972;
}
.BgClassName
{
background-color: #C65972;
}
</style>
border-color css
<style>
span { border-color: #C65972; }
span { border-color: rgb(198,89,114); }
td.TdClassName
{
border-color: #C65972;
}
.TagClassName
{
border-color: #C65972;
}
</style>