Shades of Cabaret #C5456E
Tints of Cabaret #C5456E
RGB
CMYK
RGB Variations
Color information
#C5456E (or 0xC5456E) is known color: Cabaret. HEX triplet: C5, 45 and 6E. RGB value is (197,69,110). Sum of RGB (Red+Green+Blue) = 197+69+110=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 69 (27.34% from 255 or 18.35% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C5456E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5456E is #3ABA91. Grayscale: #6F6F6F. Windows color (decimal): -3848850 or 7226821. OLE color: 7226821.
HSL color Cylindrical-coordinate representation of color #C5456E: hue angle of 340.78º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C5456E is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 110 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.23 |
| HSL | 340.78º | 0.52% | 0.52% | - |
| HSV(B) | 340.78º | 0.65% | 0.77% | - |
| XYZ | 27.97 | 17.25 | 16.61 | - |
| YUV | 111.95 | 126.91 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 110 | 0 | 0.65 | 0.44 | 0.23 | 340.78 | 0.52 | 0.52 |
| Hex | C5 | 45 | 6E | 0 | 41 | 2C | 17 | 155 | 34 | 34 |
| Octal | 305 | 105 | 156 | 0 | 101 | 54 | 27 | 525 | 64 | 64 |
| Binary | 11000101 | 1000101 | 1101110 | 0 | 1000001 | 101100 | 10111 | 101010101 | 110100 | 110100 |
Color Harmonies of #C5456E
Complementary color
Monochromatic Colors of #C5456E
Black with #C5456E
Text Example
Text Example
White with #C5456E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5456E; }
p { color: rgb(197,69,110); }
H1.HeaderClassName
{
color: #C5456E;
}
.AnyTagClassName
{
color: #C5456E;
}
</style>
background-color css
<style>
a { background-color: #C5456E; }
a { background-color: rgb(197,69,110); }
div.DivClassName
{
background-color: #C5456E;
}
.BgClassName
{
background-color: #C5456E;
}
</style>
border-color css
<style>
span { border-color: #C5456E; }
span { border-color: rgb(197,69,110); }
td.TdClassName
{
border-color: #C5456E;
}
.TagClassName
{
border-color: #C5456E;
}
</style>