Shades of Cabaret #C66671
Tints of Cabaret #C66671
RGB
CMYK
RGB Variations
Color information
#C66671 (or 0xC66671) is known color: Cabaret. HEX triplet: C6, 66 and 71. RGB value is (198,102,113). Sum of RGB (Red+Green+Blue) = 198+102+113=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 113 (44.53% from 255 or 27.36% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C66671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66671 is #39998E. Grayscale: #848484. Windows color (decimal): -3774863 or 7431878. OLE color: 7431878.
HSL color Cylindrical-coordinate representation of color #C66671: hue angle of 353.12º 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 #C66671 is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 102 | 113 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.22 |
| HSL | 353.13º | 0.46% | 0.59% | - |
| HSV(B) | 353.13º | 0.48% | 0.78% | - |
| XYZ | 31.02 | 22.7 | 18.37 | - |
| YUV | 131.96 | 117.3 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 113 | 0 | 0.48 | 0.43 | 0.22 | 353.13 | 0.46 | 0.59 |
| Hex | C6 | 66 | 71 | 0 | 30 | 2B | 16 | 161 | 2E | 3B |
| Octal | 306 | 146 | 161 | 0 | 60 | 53 | 26 | 541 | 56 | 73 |
| Binary | 11000110 | 1100110 | 1110001 | 0 | 110000 | 101011 | 10110 | 101100001 | 101110 | 111011 |
Color Harmonies of #C66671
Complementary color
Monochromatic Colors of #C66671
Black with #C66671
Text Example
Text Example
White with #C66671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66671; }
p { color: rgb(198,102,113); }
H1.HeaderClassName
{
color: #C66671;
}
.AnyTagClassName
{
color: #C66671;
}
</style>
background-color css
<style>
a { background-color: #C66671; }
a { background-color: rgb(198,102,113); }
div.DivClassName
{
background-color: #C66671;
}
.BgClassName
{
background-color: #C66671;
}
</style>
border-color css
<style>
span { border-color: #C66671; }
span { border-color: rgb(198,102,113); }
td.TdClassName
{
border-color: #C66671;
}
.TagClassName
{
border-color: #C66671;
}
</style>