Shades of Cabaret #C65679
Tints of Cabaret #C65679
RGB
CMYK
RGB Variations
Color information
#C65679 (or 0xC65679) is known color: Cabaret. HEX triplet: C6, 56 and 79. RGB value is (198,86,121). Sum of RGB (Red+Green+Blue) = 198+86+121=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C65679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65679 is #39A986. Grayscale: #7B7B7B. Windows color (decimal): -3778951 or 7952070. OLE color: 7952070.
HSL color Cylindrical-coordinate representation of color #C65679: hue angle of 341.25º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C65679 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 121 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.22 |
| HSL | 341.25º | 0.5% | 0.56% | - |
| HSV(B) | 341.25º | 0.57% | 0.78% | - |
| XYZ | 30.07 | 20.04 | 20.37 | - |
| YUV | 123.48 | 126.61 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 121 | 0 | 0.57 | 0.39 | 0.22 | 341.25 | 0.5 | 0.56 |
| Hex | C6 | 56 | 79 | 0 | 39 | 27 | 16 | 155 | 32 | 38 |
| Octal | 306 | 126 | 171 | 0 | 71 | 47 | 26 | 525 | 62 | 70 |
| Binary | 11000110 | 1010110 | 1111001 | 0 | 111001 | 100111 | 10110 | 101010101 | 110010 | 111000 |
Color Harmonies of #C65679
Complementary color
Monochromatic Colors of #C65679
Black with #C65679
Text Example
Text Example
White with #C65679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65679; }
p { color: rgb(198,86,121); }
H1.HeaderClassName
{
color: #C65679;
}
.AnyTagClassName
{
color: #C65679;
}
</style>
background-color css
<style>
a { background-color: #C65679; }
a { background-color: rgb(198,86,121); }
div.DivClassName
{
background-color: #C65679;
}
.BgClassName
{
background-color: #C65679;
}
</style>
border-color css
<style>
span { border-color: #C65679; }
span { border-color: rgb(198,86,121); }
td.TdClassName
{
border-color: #C65679;
}
.TagClassName
{
border-color: #C65679;
}
</style>