Shades of Cabaret #C5567A
Tints of Cabaret #C5567A
RGB
CMYK
RGB Variations
Color information
#C5567A (or 0xC5567A) is known color: Cabaret. HEX triplet: C5, 56 and 7A. RGB value is (197,86,122). Sum of RGB (Red+Green+Blue) = 197+86+122=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C5567A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5567A is #3AA985. Grayscale: #7B7B7B. Windows color (decimal): -3844486 or 8017605. OLE color: 8017605.
HSL color Cylindrical-coordinate representation of color #C5567A: hue angle of 340.54º 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 #C5567A is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 122 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.23 |
| HSL | 340.54º | 0.49% | 0.55% | - |
| HSV(B) | 340.54º | 0.56% | 0.77% | - |
| XYZ | 29.87 | 19.93 | 20.69 | - |
| YUV | 123.29 | 127.27 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 122 | 0 | 0.56 | 0.38 | 0.23 | 340.54 | 0.49 | 0.55 |
| Hex | C5 | 56 | 7A | 0 | 38 | 26 | 17 | 155 | 31 | 37 |
| Octal | 305 | 126 | 172 | 0 | 70 | 46 | 27 | 525 | 61 | 67 |
| Binary | 11000101 | 1010110 | 1111010 | 0 | 111000 | 100110 | 10111 | 101010101 | 110001 | 110111 |
Color Harmonies of #C5567A
Complementary color
Monochromatic Colors of #C5567A
Black with #C5567A
Text Example
Text Example
White with #C5567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5567A; }
p { color: rgb(197,86,122); }
H1.HeaderClassName
{
color: #C5567A;
}
.AnyTagClassName
{
color: #C5567A;
}
</style>
background-color css
<style>
a { background-color: #C5567A; }
a { background-color: rgb(197,86,122); }
div.DivClassName
{
background-color: #C5567A;
}
.BgClassName
{
background-color: #C5567A;
}
</style>
border-color css
<style>
span { border-color: #C5567A; }
span { border-color: rgb(197,86,122); }
td.TdClassName
{
border-color: #C5567A;
}
.TagClassName
{
border-color: #C5567A;
}
</style>