Shades of Cabaret #C4566F
Tints of Cabaret #C4566F
RGB
CMYK
RGB Variations
Color information
#C4566F (or 0xC4566F) is known color: Cabaret. HEX triplet: C4, 56 and 6F. RGB value is (196,86,111). Sum of RGB (Red+Green+Blue) = 196+86+111=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 86 (33.98% from 255 or 21.88% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C4566F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4566F is #3BA990. Grayscale: #797979. Windows color (decimal): -3910033 or 7296708. OLE color: 7296708.
HSL color Cylindrical-coordinate representation of color #C4566F: hue angle of 346.36º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C4566F is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 86 | 111 | - |
| CMYK | 0 | 0.56 | 0.43 | 0.23 |
| HSL | 346.36º | 0.48% | 0.55% | - |
| HSV(B) | 346.36º | 0.56% | 0.77% | - |
| XYZ | 28.96 | 19.54 | 17.28 | - |
| YUV | 121.74 | 121.94 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 111 | 0 | 0.56 | 0.43 | 0.23 | 346.36 | 0.48 | 0.55 |
| Hex | C4 | 56 | 6F | 0 | 38 | 2B | 17 | 15A | 30 | 37 |
| Octal | 304 | 126 | 157 | 0 | 70 | 53 | 27 | 532 | 60 | 67 |
| Binary | 11000100 | 1010110 | 1101111 | 0 | 111000 | 101011 | 10111 | 101011010 | 110000 | 110111 |
Color Harmonies of #C4566F
Complementary color
Monochromatic Colors of #C4566F
Black with #C4566F
Text Example
Text Example
White with #C4566F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4566F; }
p { color: rgb(196,86,111); }
H1.HeaderClassName
{
color: #C4566F;
}
.AnyTagClassName
{
color: #C4566F;
}
</style>
background-color css
<style>
a { background-color: #C4566F; }
a { background-color: rgb(196,86,111); }
div.DivClassName
{
background-color: #C4566F;
}
.BgClassName
{
background-color: #C4566F;
}
</style>
border-color css
<style>
span { border-color: #C4566F; }
span { border-color: rgb(196,86,111); }
td.TdClassName
{
border-color: #C4566F;
}
.TagClassName
{
border-color: #C4566F;
}
</style>