Shades of Cabaret #C66676
Tints of Cabaret #C66676
RGB
CMYK
RGB Variations
Color information
#C66676 (or 0xC66676) is known color: Cabaret. HEX triplet: C6, 66 and 76. RGB value is (198,102,118). Sum of RGB (Red+Green+Blue) = 198+102+118=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C66676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66676 is #399989. Grayscale: #848484. Windows color (decimal): -3774858 or 7759558. OLE color: 7759558.
HSL color Cylindrical-coordinate representation of color #C66676: hue angle of 350º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C66676 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 102 | 118 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.22 |
| HSL | 350º | 0.46% | 0.59% | - |
| HSV(B) | 350º | 0.48% | 0.78% | - |
| XYZ | 31.31 | 22.82 | 19.89 | - |
| YUV | 132.53 | 119.8 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 118 | 0 | 0.48 | 0.40 | 0.22 | 350 | 0.46 | 0.59 |
| Hex | C6 | 66 | 76 | 0 | 30 | 28 | 16 | 15E | 2E | 3B |
| Octal | 306 | 146 | 166 | 0 | 60 | 50 | 26 | 536 | 56 | 73 |
| Binary | 11000110 | 1100110 | 1110110 | 0 | 110000 | 101000 | 10110 | 101011110 | 101110 | 111011 |
Color Harmonies of #C66676
Complementary color
Monochromatic Colors of #C66676
Black with #C66676
Text Example
Text Example
White with #C66676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66676; }
p { color: rgb(198,102,118); }
H1.HeaderClassName
{
color: #C66676;
}
.AnyTagClassName
{
color: #C66676;
}
</style>
background-color css
<style>
a { background-color: #C66676; }
a { background-color: rgb(198,102,118); }
div.DivClassName
{
background-color: #C66676;
}
.BgClassName
{
background-color: #C66676;
}
</style>
border-color css
<style>
span { border-color: #C66676; }
span { border-color: rgb(198,102,118); }
td.TdClassName
{
border-color: #C66676;
}
.TagClassName
{
border-color: #C66676;
}
</style>