Shades of Cabaret #C06571
Tints of Cabaret #C06571
RGB
CMYK
RGB Variations
Color information
#C06571 (or 0xC06571) is known color: Cabaret. HEX triplet: C0, 65 and 71. RGB value is (192,101,113). Sum of RGB (Red+Green+Blue) = 192+101+113=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C06571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06571 is #3F9A8E. Grayscale: #818181. Windows color (decimal): -4168335 or 7431616. OLE color: 7431616.
HSL color Cylindrical-coordinate representation of color #C06571: hue angle of 352.09º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C06571 is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 101 | 113 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.25 |
| HSL | 352.09º | 0.42% | 0.57% | - |
| HSV(B) | 352.09º | 0.47% | 0.75% | - |
| XYZ | 29.37 | 21.71 | 18.26 | - |
| YUV | 129.58 | 118.65 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 101 | 113 | 0 | 0.47 | 0.41 | 0.25 | 352.09 | 0.42 | 0.57 |
| Hex | C0 | 65 | 71 | 0 | 2F | 29 | 19 | 160 | 2A | 39 |
| Octal | 300 | 145 | 161 | 0 | 57 | 51 | 31 | 540 | 52 | 71 |
| Binary | 11000000 | 1100101 | 1110001 | 0 | 101111 | 101001 | 11001 | 101100000 | 101010 | 111001 |
Color Harmonies of #C06571
Complementary color
Monochromatic Colors of #C06571
Black with #C06571
Text Example
Text Example
White with #C06571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06571; }
p { color: rgb(192,101,113); }
H1.HeaderClassName
{
color: #C06571;
}
.AnyTagClassName
{
color: #C06571;
}
</style>
background-color css
<style>
a { background-color: #C06571; }
a { background-color: rgb(192,101,113); }
div.DivClassName
{
background-color: #C06571;
}
.BgClassName
{
background-color: #C06571;
}
</style>
border-color css
<style>
span { border-color: #C06571; }
span { border-color: rgb(192,101,113); }
td.TdClassName
{
border-color: #C06571;
}
.TagClassName
{
border-color: #C06571;
}
</style>