Shades of Cabaret #C56272
Tints of Cabaret #C56272
RGB
CMYK
RGB Variations
Color information
#C56272 (or 0xC56272) is known color: Cabaret. HEX triplet: C5, 62 and 72. RGB value is (197,98,114). Sum of RGB (Red+Green+Blue) = 197+98+114=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C56272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56272 is #3A9D8D. Grayscale: #818181. Windows color (decimal): -3841422 or 7496389. OLE color: 7496389.
HSL color Cylindrical-coordinate representation of color #C56272: hue angle of 350.3º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C56272 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 98 | 114 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.23 |
| HSL | 350.3º | 0.46% | 0.58% | - |
| HSV(B) | 350.3º | 0.5% | 0.77% | - |
| XYZ | 30.43 | 21.82 | 18.53 | - |
| YUV | 129.43 | 119.3 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 98 | 114 | 0 | 0.50 | 0.42 | 0.23 | 350.3 | 0.46 | 0.58 |
| Hex | C5 | 62 | 72 | 0 | 32 | 2A | 17 | 15E | 2E | 3A |
| Octal | 305 | 142 | 162 | 0 | 62 | 52 | 27 | 536 | 56 | 72 |
| Binary | 11000101 | 1100010 | 1110010 | 0 | 110010 | 101010 | 10111 | 101011110 | 101110 | 111010 |
Color Harmonies of #C56272
Complementary color
Monochromatic Colors of #C56272
Black with #C56272
Text Example
Text Example
White with #C56272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56272; }
p { color: rgb(197,98,114); }
H1.HeaderClassName
{
color: #C56272;
}
.AnyTagClassName
{
color: #C56272;
}
</style>
background-color css
<style>
a { background-color: #C56272; }
a { background-color: rgb(197,98,114); }
div.DivClassName
{
background-color: #C56272;
}
.BgClassName
{
background-color: #C56272;
}
</style>
border-color css
<style>
span { border-color: #C56272; }
span { border-color: rgb(197,98,114); }
td.TdClassName
{
border-color: #C56272;
}
.TagClassName
{
border-color: #C56272;
}
</style>