Shades of Cabaret #C65979
Tints of Cabaret #C65979
RGB
CMYK
RGB Variations
Color information
#C65979 (or 0xC65979) is known color: Cabaret. HEX triplet: C6, 59 and 79. RGB value is (198,89,121). Sum of RGB (Red+Green+Blue) = 198+89+121=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C65979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65979 is #39A686. Grayscale: #7D7D7D. Windows color (decimal): -3778183 or 7952838. OLE color: 7952838.
HSL color Cylindrical-coordinate representation of color #C65979: hue angle of 342.39º 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 #C65979 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 121 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.22 |
| HSL | 342.39º | 0.49% | 0.56% | - |
| HSV(B) | 342.39º | 0.55% | 0.78% | - |
| XYZ | 30.31 | 20.53 | 20.45 | - |
| YUV | 125.24 | 125.61 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 121 | 0 | 0.55 | 0.39 | 0.22 | 342.39 | 0.49 | 0.56 |
| Hex | C6 | 59 | 79 | 0 | 37 | 27 | 16 | 156 | 31 | 38 |
| Octal | 306 | 131 | 171 | 0 | 67 | 47 | 26 | 526 | 61 | 70 |
| Binary | 11000110 | 1011001 | 1111001 | 0 | 110111 | 100111 | 10110 | 101010110 | 110001 | 111000 |
Color Harmonies of #C65979
Complementary color
Monochromatic Colors of #C65979
Black with #C65979
Text Example
Text Example
White with #C65979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65979; }
p { color: rgb(198,89,121); }
H1.HeaderClassName
{
color: #C65979;
}
.AnyTagClassName
{
color: #C65979;
}
</style>
background-color css
<style>
a { background-color: #C65979; }
a { background-color: rgb(198,89,121); }
div.DivClassName
{
background-color: #C65979;
}
.BgClassName
{
background-color: #C65979;
}
</style>
border-color css
<style>
span { border-color: #C65979; }
span { border-color: rgb(198,89,121); }
td.TdClassName
{
border-color: #C65979;
}
.TagClassName
{
border-color: #C65979;
}
</style>