Shades of Cabaret #C55672
Tints of Cabaret #C55672
RGB
CMYK
RGB Variations
Color information
#C55672 (or 0xC55672) is known color: Cabaret. HEX triplet: C5, 56 and 72. RGB value is (197,86,114). Sum of RGB (Red+Green+Blue) = 197+86+114=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 86 (33.98% from 255 or 21.66% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C55672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55672 is #3AA98D. Grayscale: #7A7A7A. Windows color (decimal): -3844494 or 7493317. OLE color: 7493317.
HSL color Cylindrical-coordinate representation of color #C55672: hue angle of 344.86º degrees, saturation: 0.49, 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 #C55672 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 114 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.23 |
| HSL | 344.86º | 0.49% | 0.55% | - |
| HSV(B) | 344.86º | 0.56% | 0.77% | - |
| XYZ | 29.39 | 19.74 | 18.18 | - |
| YUV | 122.38 | 123.27 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 114 | 0 | 0.56 | 0.42 | 0.23 | 344.86 | 0.49 | 0.55 |
| Hex | C5 | 56 | 72 | 0 | 38 | 2A | 17 | 159 | 31 | 37 |
| Octal | 305 | 126 | 162 | 0 | 70 | 52 | 27 | 531 | 61 | 67 |
| Binary | 11000101 | 1010110 | 1110010 | 0 | 111000 | 101010 | 10111 | 101011001 | 110001 | 110111 |
Color Harmonies of #C55672
Complementary color
Monochromatic Colors of #C55672
Black with #C55672
Text Example
Text Example
White with #C55672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55672; }
p { color: rgb(197,86,114); }
H1.HeaderClassName
{
color: #C55672;
}
.AnyTagClassName
{
color: #C55672;
}
</style>
background-color css
<style>
a { background-color: #C55672; }
a { background-color: rgb(197,86,114); }
div.DivClassName
{
background-color: #C55672;
}
.BgClassName
{
background-color: #C55672;
}
</style>
border-color css
<style>
span { border-color: #C55672; }
span { border-color: rgb(197,86,114); }
td.TdClassName
{
border-color: #C55672;
}
.TagClassName
{
border-color: #C55672;
}
</style>