Shades of Cabaret #C56572
Tints of Cabaret #C56572
RGB
CMYK
RGB Variations
Color information
#C56572 (or 0xC56572) is known color: Cabaret. HEX triplet: C5, 65 and 72. RGB value is (197,101,114). Sum of RGB (Red+Green+Blue) = 197+101+114=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 114 (44.92% from 255 or 27.67% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C56572 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56572 is #3A9A8D. Grayscale: #838383. Windows color (decimal): -3840654 or 7497157. OLE color: 7497157.
HSL color Cylindrical-coordinate representation of color #C56572: hue angle of 351.88º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C56572 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 101 | 114 | - |
| CMYK | 0 | 0.49 | 0.42 | 0.23 |
| HSL | 351.88º | 0.45% | 0.58% | - |
| HSV(B) | 351.88º | 0.49% | 0.77% | - |
| XYZ | 30.72 | 22.39 | 18.62 | - |
| YUV | 131.19 | 118.3 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 101 | 114 | 0 | 0.49 | 0.42 | 0.23 | 351.88 | 0.45 | 0.58 |
| Hex | C5 | 65 | 72 | 0 | 31 | 2A | 17 | 160 | 2D | 3A |
| Octal | 305 | 145 | 162 | 0 | 61 | 52 | 27 | 540 | 55 | 72 |
| Binary | 11000101 | 1100101 | 1110010 | 0 | 110001 | 101010 | 10111 | 101100000 | 101101 | 111010 |
Color Harmonies of #C56572
Complementary color
Monochromatic Colors of #C56572
Black with #C56572
Text Example
Text Example
White with #C56572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56572; }
p { color: rgb(197,101,114); }
H1.HeaderClassName
{
color: #C56572;
}
.AnyTagClassName
{
color: #C56572;
}
</style>
background-color css
<style>
a { background-color: #C56572; }
a { background-color: rgb(197,101,114); }
div.DivClassName
{
background-color: #C56572;
}
.BgClassName
{
background-color: #C56572;
}
</style>
border-color css
<style>
span { border-color: #C56572; }
span { border-color: rgb(197,101,114); }
td.TdClassName
{
border-color: #C56572;
}
.TagClassName
{
border-color: #C56572;
}
</style>