Shades of Cabaret #C54C6A
Tints of Cabaret #C54C6A
RGB
CMYK
RGB Variations
Color information
#C54C6A (or 0xC54C6A) is known color: Cabaret. HEX triplet: C5, 4C and 6A. RGB value is (197,76,106). Sum of RGB (Red+Green+Blue) = 197+76+106=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C54C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54C6A is #3AB395. Grayscale: #737373. Windows color (decimal): -3847062 or 6966469. OLE color: 6966469.
HSL color Cylindrical-coordinate representation of color #C54C6A: hue angle of 345.12º 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 #C54C6A is Cyan = 0, Magento = 0.61, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 76 | 106 | - |
| CMYK | 0 | 0.61 | 0.46 | 0.23 |
| HSL | 345.12º | 0.51% | 0.54% | - |
| HSV(B) | 345.12º | 0.61% | 0.77% | - |
| XYZ | 28.21 | 18.08 | 15.64 | - |
| YUV | 115.6 | 122.59 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 76 | 106 | 0 | 0.61 | 0.46 | 0.23 | 345.12 | 0.51 | 0.54 |
| Hex | C5 | 4C | 6A | 0 | 3D | 2E | 17 | 159 | 33 | 36 |
| Octal | 305 | 114 | 152 | 0 | 75 | 56 | 27 | 531 | 63 | 66 |
| Binary | 11000101 | 1001100 | 1101010 | 0 | 111101 | 101110 | 10111 | 101011001 | 110011 | 110110 |
Color Harmonies of #C54C6A
Complementary color
Monochromatic Colors of #C54C6A
Black with #C54C6A
Text Example
Text Example
White with #C54C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54C6A; }
p { color: rgb(197,76,106); }
H1.HeaderClassName
{
color: #C54C6A;
}
.AnyTagClassName
{
color: #C54C6A;
}
</style>
background-color css
<style>
a { background-color: #C54C6A; }
a { background-color: rgb(197,76,106); }
div.DivClassName
{
background-color: #C54C6A;
}
.BgClassName
{
background-color: #C54C6A;
}
</style>
border-color css
<style>
span { border-color: #C54C6A; }
span { border-color: rgb(197,76,106); }
td.TdClassName
{
border-color: #C54C6A;
}
.TagClassName
{
border-color: #C54C6A;
}
</style>