Shades of Cabaret #C56B72
Tints of Cabaret #C56B72
RGB
CMYK
RGB Variations
Color information
#C56B72 (or 0xC56B72) is known color: Cabaret. HEX triplet: C5, 6B and 72. RGB value is (197,107,114). Sum of RGB (Red+Green+Blue) = 197+107+114=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C56B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56B72 is #3A948D. Grayscale: #868686. Windows color (decimal): -3839118 or 7498693. OLE color: 7498693.
HSL color Cylindrical-coordinate representation of color #C56B72: hue angle of 355.33º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C56B72 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 107 | 114 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.23 |
| HSL | 355.33º | 0.44% | 0.6% | - |
| HSV(B) | 355.33º | 0.46% | 0.77% | - |
| XYZ | 31.32 | 23.6 | 18.82 | - |
| YUV | 134.71 | 116.32 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 107 | 114 | 0 | 0.46 | 0.42 | 0.23 | 355.33 | 0.44 | 0.6 |
| Hex | C5 | 6B | 72 | 0 | 2E | 2A | 17 | 163 | 2C | 3C |
| Octal | 305 | 153 | 162 | 0 | 56 | 52 | 27 | 543 | 54 | 74 |
| Binary | 11000101 | 1101011 | 1110010 | 0 | 101110 | 101010 | 10111 | 101100011 | 101100 | 111100 |
Color Harmonies of #C56B72
Complementary color
Monochromatic Colors of #C56B72
Black with #C56B72
Text Example
Text Example
White with #C56B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56B72; }
p { color: rgb(197,107,114); }
H1.HeaderClassName
{
color: #C56B72;
}
.AnyTagClassName
{
color: #C56B72;
}
</style>
background-color css
<style>
a { background-color: #C56B72; }
a { background-color: rgb(197,107,114); }
div.DivClassName
{
background-color: #C56B72;
}
.BgClassName
{
background-color: #C56B72;
}
</style>
border-color css
<style>
span { border-color: #C56B72; }
span { border-color: rgb(197,107,114); }
td.TdClassName
{
border-color: #C56B72;
}
.TagClassName
{
border-color: #C56B72;
}
</style>