Shades of Cabaret #C66571
Tints of Cabaret #C66571
RGB
CMYK
RGB Variations
Color information
#C66571 (or 0xC66571) is known color: Cabaret. HEX triplet: C6, 65 and 71. RGB value is (198,101,113). Sum of RGB (Red+Green+Blue) = 198+101+113=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C66571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66571 is #399A8E. Grayscale: #838383. Windows color (decimal): -3775119 or 7431622. OLE color: 7431622.
HSL color Cylindrical-coordinate representation of color #C66571: hue angle of 352.58º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C66571 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 101 | 113 | - |
| CMYK | 0 | 0.49 | 0.43 | 0.22 |
| HSL | 352.58º | 0.46% | 0.59% | - |
| HSV(B) | 352.58º | 0.49% | 0.78% | - |
| XYZ | 30.92 | 22.51 | 18.34 | - |
| YUV | 131.37 | 117.64 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 113 | 0 | 0.49 | 0.43 | 0.22 | 352.58 | 0.46 | 0.59 |
| Hex | C6 | 65 | 71 | 0 | 31 | 2B | 16 | 161 | 2E | 3B |
| Octal | 306 | 145 | 161 | 0 | 61 | 53 | 26 | 541 | 56 | 73 |
| Binary | 11000110 | 1100101 | 1110001 | 0 | 110001 | 101011 | 10110 | 101100001 | 101110 | 111011 |
Color Harmonies of #C66571
Complementary color
Monochromatic Colors of #C66571
Black with #C66571
Text Example
Text Example
White with #C66571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66571; }
p { color: rgb(198,101,113); }
H1.HeaderClassName
{
color: #C66571;
}
.AnyTagClassName
{
color: #C66571;
}
</style>
background-color css
<style>
a { background-color: #C66571; }
a { background-color: rgb(198,101,113); }
div.DivClassName
{
background-color: #C66571;
}
.BgClassName
{
background-color: #C66571;
}
</style>
border-color css
<style>
span { border-color: #C66571; }
span { border-color: rgb(198,101,113); }
td.TdClassName
{
border-color: #C66571;
}
.TagClassName
{
border-color: #C66571;
}
</style>