Shades of Cabaret #C66876
Tints of Cabaret #C66876
RGB
CMYK
RGB Variations
Color information
#C66876 (or 0xC66876) is known color: Cabaret. HEX triplet: C6, 68 and 76. RGB value is (198,104,118). Sum of RGB (Red+Green+Blue) = 198+104+118=420 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.14% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 118 (46.48% from 255 or 28.10% from 420); Max value from RGB is 198 - color contains mainly: red. Hex color #C66876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66876 is #399789. Grayscale: #858585. Windows color (decimal): -3774346 or 7760070. OLE color: 7760070.
HSL color Cylindrical-coordinate representation of color #C66876: hue angle of 351.06º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C66876 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 104 | 118 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.22 |
| HSL | 351.06º | 0.45% | 0.59% | - |
| HSV(B) | 351.06º | 0.47% | 0.78% | - |
| XYZ | 31.51 | 23.21 | 19.96 | - |
| YUV | 133.7 | 119.14 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 104 | 118 | 0 | 0.47 | 0.40 | 0.22 | 351.06 | 0.45 | 0.59 |
| Hex | C6 | 68 | 76 | 0 | 2F | 28 | 16 | 15F | 2D | 3B |
| Octal | 306 | 150 | 166 | 0 | 57 | 50 | 26 | 537 | 55 | 73 |
| Binary | 11000110 | 1101000 | 1110110 | 0 | 101111 | 101000 | 10110 | 101011111 | 101101 | 111011 |
Color Harmonies of #C66876
Complementary color
Monochromatic Colors of #C66876
Black with #C66876
Text Example
Text Example
White with #C66876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66876; }
p { color: rgb(198,104,118); }
H1.HeaderClassName
{
color: #C66876;
}
.AnyTagClassName
{
color: #C66876;
}
</style>
background-color css
<style>
a { background-color: #C66876; }
a { background-color: rgb(198,104,118); }
div.DivClassName
{
background-color: #C66876;
}
.BgClassName
{
background-color: #C66876;
}
</style>
border-color css
<style>
span { border-color: #C66876; }
span { border-color: rgb(198,104,118); }
td.TdClassName
{
border-color: #C66876;
}
.TagClassName
{
border-color: #C66876;
}
</style>