Shades of Cabaret #C54C6E
Tints of Cabaret #C54C6E
RGB
CMYK
RGB Variations
Color information
#C54C6E (or 0xC54C6E) is known color: Cabaret. HEX triplet: C5, 4C and 6E. RGB value is (197,76,110). Sum of RGB (Red+Green+Blue) = 197+76+110=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C54C6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54C6E is #3AB391. Grayscale: #747474. Windows color (decimal): -3847058 or 7228613. OLE color: 7228613.
HSL color Cylindrical-coordinate representation of color #C54C6E: hue angle of 343.14º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C54C6E is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 76 | 110 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.23 |
| HSL | 343.14º | 0.51% | 0.54% | - |
| HSV(B) | 343.14º | 0.61% | 0.77% | - |
| XYZ | 28.42 | 18.16 | 16.76 | - |
| YUV | 116.06 | 124.59 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 76 | 110 | 0 | 0.61 | 0.44 | 0.23 | 343.14 | 0.51 | 0.54 |
| Hex | C5 | 4C | 6E | 0 | 3D | 2C | 17 | 157 | 33 | 36 |
| Octal | 305 | 114 | 156 | 0 | 75 | 54 | 27 | 527 | 63 | 66 |
| Binary | 11000101 | 1001100 | 1101110 | 0 | 111101 | 101100 | 10111 | 101010111 | 110011 | 110110 |
Color Harmonies of #C54C6E
Complementary color
Monochromatic Colors of #C54C6E
Black with #C54C6E
Text Example
Text Example
White with #C54C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54C6E; }
p { color: rgb(197,76,110); }
H1.HeaderClassName
{
color: #C54C6E;
}
.AnyTagClassName
{
color: #C54C6E;
}
</style>
background-color css
<style>
a { background-color: #C54C6E; }
a { background-color: rgb(197,76,110); }
div.DivClassName
{
background-color: #C54C6E;
}
.BgClassName
{
background-color: #C54C6E;
}
</style>
border-color css
<style>
span { border-color: #C54C6E; }
span { border-color: rgb(197,76,110); }
td.TdClassName
{
border-color: #C54C6E;
}
.TagClassName
{
border-color: #C54C6E;
}
</style>