Shades of Cabaret #C56772
Tints of Cabaret #C56772
RGB
CMYK
RGB Variations
Color information
#C56772 (or 0xC56772) is known color: Cabaret. HEX triplet: C5, 67 and 72. RGB value is (197,103,114). Sum of RGB (Red+Green+Blue) = 197+103+114=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 103 (40.62% from 255 or 24.88% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C56772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56772 is #3A988D. Grayscale: #848484. Windows color (decimal): -3840142 or 7497669. OLE color: 7497669.
HSL color Cylindrical-coordinate representation of color #C56772: hue angle of 352.98º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C56772 is Cyan = 0, Magento = 0.48, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 103 | 114 | - |
| CMYK | 0 | 0.48 | 0.42 | 0.23 |
| HSL | 352.98º | 0.45% | 0.59% | - |
| HSV(B) | 352.98º | 0.48% | 0.77% | - |
| XYZ | 30.91 | 22.79 | 18.69 | - |
| YUV | 132.36 | 117.64 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 114 | 0 | 0.48 | 0.42 | 0.23 | 352.98 | 0.45 | 0.59 |
| Hex | C5 | 67 | 72 | 0 | 30 | 2A | 17 | 161 | 2D | 3B |
| Octal | 305 | 147 | 162 | 0 | 60 | 52 | 27 | 541 | 55 | 73 |
| Binary | 11000101 | 1100111 | 1110010 | 0 | 110000 | 101010 | 10111 | 101100001 | 101101 | 111011 |
Color Harmonies of #C56772
Complementary color
Monochromatic Colors of #C56772
Black with #C56772
Text Example
Text Example
White with #C56772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56772; }
p { color: rgb(197,103,114); }
H1.HeaderClassName
{
color: #C56772;
}
.AnyTagClassName
{
color: #C56772;
}
</style>
background-color css
<style>
a { background-color: #C56772; }
a { background-color: rgb(197,103,114); }
div.DivClassName
{
background-color: #C56772;
}
.BgClassName
{
background-color: #C56772;
}
</style>
border-color css
<style>
span { border-color: #C56772; }
span { border-color: rgb(197,103,114); }
td.TdClassName
{
border-color: #C56772;
}
.TagClassName
{
border-color: #C56772;
}
</style>