Shades of Cabaret #C65676
Tints of Cabaret #C65676
RGB
CMYK
RGB Variations
Color information
#C65676 (or 0xC65676) is known color: Cabaret. HEX triplet: C6, 56 and 76. RGB value is (198,86,118). Sum of RGB (Red+Green+Blue) = 198+86+118=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C65676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65676 is #39A989. Grayscale: #7B7B7B. Windows color (decimal): -3778954 or 7755462. OLE color: 7755462.
HSL color Cylindrical-coordinate representation of color #C65676: hue angle of 342.86º 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 #C65676 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 118 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.22 |
| HSL | 342.86º | 0.5% | 0.56% | - |
| HSV(B) | 342.86º | 0.57% | 0.78% | - |
| XYZ | 29.89 | 19.97 | 19.42 | - |
| YUV | 123.14 | 125.11 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 118 | 0 | 0.57 | 0.40 | 0.22 | 342.86 | 0.5 | 0.56 |
| Hex | C6 | 56 | 76 | 0 | 39 | 28 | 16 | 157 | 32 | 38 |
| Octal | 306 | 126 | 166 | 0 | 71 | 50 | 26 | 527 | 62 | 70 |
| Binary | 11000110 | 1010110 | 1110110 | 0 | 111001 | 101000 | 10110 | 101010111 | 110010 | 111000 |
Color Harmonies of #C65676
Complementary color
Monochromatic Colors of #C65676
Black with #C65676
Text Example
Text Example
White with #C65676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65676; }
p { color: rgb(198,86,118); }
H1.HeaderClassName
{
color: #C65676;
}
.AnyTagClassName
{
color: #C65676;
}
</style>
background-color css
<style>
a { background-color: #C65676; }
a { background-color: rgb(198,86,118); }
div.DivClassName
{
background-color: #C65676;
}
.BgClassName
{
background-color: #C65676;
}
</style>
border-color css
<style>
span { border-color: #C65676; }
span { border-color: rgb(198,86,118); }
td.TdClassName
{
border-color: #C65676;
}
.TagClassName
{
border-color: #C65676;
}
</style>