Shades of Cabaret #C54F6B
Tints of Cabaret #C54F6B
RGB
CMYK
RGB Variations
Color information
#C54F6B (or 0xC54F6B) is known color: Cabaret. HEX triplet: C5, 4F and 6B. RGB value is (197,79,107). Sum of RGB (Red+Green+Blue) = 197+79+107=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C54F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C54F6B is #3AB094. Grayscale: #757575. Windows color (decimal): -3846293 or 7032773. OLE color: 7032773.
HSL color Cylindrical-coordinate representation of color #C54F6B: hue angle of 345.76º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C54F6B is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 79 | 107 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.23 |
| HSL | 345.76º | 0.5% | 0.54% | - |
| HSV(B) | 345.76º | 0.6% | 0.77% | - |
| XYZ | 28.48 | 18.52 | 15.98 | - |
| YUV | 117.47 | 122.09 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 79 | 107 | 0 | 0.60 | 0.46 | 0.23 | 345.76 | 0.5 | 0.54 |
| Hex | C5 | 4F | 6B | 0 | 3C | 2E | 17 | 15A | 32 | 36 |
| Octal | 305 | 117 | 153 | 0 | 74 | 56 | 27 | 532 | 62 | 66 |
| Binary | 11000101 | 1001111 | 1101011 | 0 | 111100 | 101110 | 10111 | 101011010 | 110010 | 110110 |
Color Harmonies of #C54F6B
Complementary color
Monochromatic Colors of #C54F6B
Black with #C54F6B
Text Example
Text Example
White with #C54F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54F6B; }
p { color: rgb(197,79,107); }
H1.HeaderClassName
{
color: #C54F6B;
}
.AnyTagClassName
{
color: #C54F6B;
}
</style>
background-color css
<style>
a { background-color: #C54F6B; }
a { background-color: rgb(197,79,107); }
div.DivClassName
{
background-color: #C54F6B;
}
.BgClassName
{
background-color: #C54F6B;
}
</style>
border-color css
<style>
span { border-color: #C54F6B; }
span { border-color: rgb(197,79,107); }
td.TdClassName
{
border-color: #C54F6B;
}
.TagClassName
{
border-color: #C54F6B;
}
</style>