Shades of Cabaret #C65776
Tints of Cabaret #C65776
RGB
CMYK
RGB Variations
Color information
#C65776 (or 0xC65776) is known color: Cabaret. HEX triplet: C6, 57 and 76. RGB value is (198,87,118). Sum of RGB (Red+Green+Blue) = 198+87+118=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 87 (34.38% from 255 or 21.59% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 198 - color contains mainly: red. Hex color #C65776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65776 is #39A889. Grayscale: #7B7B7B. Windows color (decimal): -3778698 or 7755718. OLE color: 7755718.
HSL color Cylindrical-coordinate representation of color #C65776: hue angle of 343.24º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C65776 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 87 | 118 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.22 |
| HSL | 343.24º | 0.49% | 0.56% | - |
| HSV(B) | 343.24º | 0.56% | 0.78% | - |
| XYZ | 29.97 | 20.13 | 19.45 | - |
| YUV | 123.72 | 124.77 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 87 | 118 | 0 | 0.56 | 0.40 | 0.22 | 343.24 | 0.49 | 0.56 |
| Hex | C6 | 57 | 76 | 0 | 38 | 28 | 16 | 157 | 31 | 38 |
| Octal | 306 | 127 | 166 | 0 | 70 | 50 | 26 | 527 | 61 | 70 |
| Binary | 11000110 | 1010111 | 1110110 | 0 | 111000 | 101000 | 10110 | 101010111 | 110001 | 111000 |
Color Harmonies of #C65776
Complementary color
Monochromatic Colors of #C65776
Black with #C65776
Text Example
Text Example
White with #C65776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65776; }
p { color: rgb(198,87,118); }
H1.HeaderClassName
{
color: #C65776;
}
.AnyTagClassName
{
color: #C65776;
}
</style>
background-color css
<style>
a { background-color: #C65776; }
a { background-color: rgb(198,87,118); }
div.DivClassName
{
background-color: #C65776;
}
.BgClassName
{
background-color: #C65776;
}
</style>
border-color css
<style>
span { border-color: #C65776; }
span { border-color: rgb(198,87,118); }
td.TdClassName
{
border-color: #C65776;
}
.TagClassName
{
border-color: #C65776;
}
</style>