Shades of Cabaret #C66471
Tints of Cabaret #C66471
RGB
CMYK
RGB Variations
Color information
#C66471 (or 0xC66471) is known color: Cabaret. HEX triplet: C6, 64 and 71. RGB value is (198,100,113). Sum of RGB (Red+Green+Blue) = 198+100+113=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 198 - color contains mainly: red. Hex color #C66471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66471 is #399B8E. Grayscale: #828282. Windows color (decimal): -3775375 or 7431366. OLE color: 7431366.
HSL color Cylindrical-coordinate representation of color #C66471: hue angle of 352.04º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C66471 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 100 | 113 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.22 |
| HSL | 352.04º | 0.46% | 0.58% | - |
| HSV(B) | 352.04º | 0.49% | 0.78% | - |
| XYZ | 30.83 | 22.31 | 18.3 | - |
| YUV | 130.78 | 117.97 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 100 | 113 | 0 | 0.49 | 0.43 | 0.22 | 352.04 | 0.46 | 0.58 |
| Hex | C6 | 64 | 71 | 0 | 31 | 2B | 16 | 160 | 2E | 3A |
| Octal | 306 | 144 | 161 | 0 | 61 | 53 | 26 | 540 | 56 | 72 |
| Binary | 11000110 | 1100100 | 1110001 | 0 | 110001 | 101011 | 10110 | 101100000 | 101110 | 111010 |
Color Harmonies of #C66471
Complementary color
Monochromatic Colors of #C66471
Black with #C66471
Text Example
Text Example
White with #C66471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66471; }
p { color: rgb(198,100,113); }
H1.HeaderClassName
{
color: #C66471;
}
.AnyTagClassName
{
color: #C66471;
}
</style>
background-color css
<style>
a { background-color: #C66471; }
a { background-color: rgb(198,100,113); }
div.DivClassName
{
background-color: #C66471;
}
.BgClassName
{
background-color: #C66471;
}
</style>
border-color css
<style>
span { border-color: #C66471; }
span { border-color: rgb(198,100,113); }
td.TdClassName
{
border-color: #C66471;
}
.TagClassName
{
border-color: #C66471;
}
</style>