Shades of Cabaret #C54B72
Tints of Cabaret #C54B72
RGB
CMYK
RGB Variations
Color information
#C54B72 (or 0xC54B72) is known color: Cabaret. HEX triplet: C5, 4B and 72. RGB value is (197,75,114). Sum of RGB (Red+Green+Blue) = 197+75+114=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C54B72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54B72 is #3AB48D. Grayscale: #737373. Windows color (decimal): -3847310 or 7490501. OLE color: 7490501.
HSL color Cylindrical-coordinate representation of color #C54B72: hue angle of 340.82º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C54B72 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 75 | 114 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.23 |
| HSL | 340.82º | 0.51% | 0.53% | - |
| HSV(B) | 340.82º | 0.62% | 0.77% | - |
| XYZ | 28.58 | 18.12 | 17.91 | - |
| YUV | 115.92 | 126.92 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 114 | 0 | 0.62 | 0.42 | 0.23 | 340.82 | 0.51 | 0.53 |
| Hex | C5 | 4B | 72 | 0 | 3E | 2A | 17 | 155 | 33 | 35 |
| Octal | 305 | 113 | 162 | 0 | 76 | 52 | 27 | 525 | 63 | 65 |
| Binary | 11000101 | 1001011 | 1110010 | 0 | 111110 | 101010 | 10111 | 101010101 | 110011 | 110101 |
Color Harmonies of #C54B72
Complementary color
Monochromatic Colors of #C54B72
Black with #C54B72
Text Example
Text Example
White with #C54B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54B72; }
p { color: rgb(197,75,114); }
H1.HeaderClassName
{
color: #C54B72;
}
.AnyTagClassName
{
color: #C54B72;
}
</style>
background-color css
<style>
a { background-color: #C54B72; }
a { background-color: rgb(197,75,114); }
div.DivClassName
{
background-color: #C54B72;
}
.BgClassName
{
background-color: #C54B72;
}
</style>
border-color css
<style>
span { border-color: #C54B72; }
span { border-color: rgb(197,75,114); }
td.TdClassName
{
border-color: #C54B72;
}
.TagClassName
{
border-color: #C54B72;
}
</style>