Shades of Cabaret #C56972
Tints of Cabaret #C56972
RGB
CMYK
RGB Variations
Color information
#C56972 (or 0xC56972) is known color: Cabaret. HEX triplet: C5, 69 and 72. RGB value is (197,105,114). Sum of RGB (Red+Green+Blue) = 197+105+114=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C56972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56972 is #3A968D. Grayscale: #858585. Windows color (decimal): -3839630 or 7498181. OLE color: 7498181.
HSL color Cylindrical-coordinate representation of color #C56972: hue angle of 354.13º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C56972 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 105 | 114 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.23 |
| HSL | 354.13º | 0.44% | 0.59% | - |
| HSV(B) | 354.13º | 0.47% | 0.77% | - |
| XYZ | 31.11 | 23.19 | 18.76 | - |
| YUV | 133.53 | 116.98 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 105 | 114 | 0 | 0.47 | 0.42 | 0.23 | 354.13 | 0.44 | 0.59 |
| Hex | C5 | 69 | 72 | 0 | 2F | 2A | 17 | 162 | 2C | 3B |
| Octal | 305 | 151 | 162 | 0 | 57 | 52 | 27 | 542 | 54 | 73 |
| Binary | 11000101 | 1101001 | 1110010 | 0 | 101111 | 101010 | 10111 | 101100010 | 101100 | 111011 |
Color Harmonies of #C56972
Complementary color
Monochromatic Colors of #C56972
Black with #C56972
Text Example
Text Example
White with #C56972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56972; }
p { color: rgb(197,105,114); }
H1.HeaderClassName
{
color: #C56972;
}
.AnyTagClassName
{
color: #C56972;
}
</style>
background-color css
<style>
a { background-color: #C56972; }
a { background-color: rgb(197,105,114); }
div.DivClassName
{
background-color: #C56972;
}
.BgClassName
{
background-color: #C56972;
}
</style>
border-color css
<style>
span { border-color: #C56972; }
span { border-color: rgb(197,105,114); }
td.TdClassName
{
border-color: #C56972;
}
.TagClassName
{
border-color: #C56972;
}
</style>