Shades of Cabaret #C54F6C
Tints of Cabaret #C54F6C
RGB
CMYK
RGB Variations
Color information
#C54F6C (or 0xC54F6C) is known color: Cabaret. HEX triplet: C5, 4F and 6C. RGB value is (197,79,108). Sum of RGB (Red+Green+Blue) = 197+79+108=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 79 (31.25% from 255 or 20.57% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C54F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C54F6C is #3AB093. Grayscale: #757575. Windows color (decimal): -3846292 or 7098309. OLE color: 7098309.
HSL color Cylindrical-coordinate representation of color #C54F6C: hue angle of 345.25º 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 #C54F6C is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 79 | 108 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.23 |
| HSL | 345.25º | 0.5% | 0.54% | - |
| HSV(B) | 345.25º | 0.6% | 0.77% | - |
| XYZ | 28.53 | 18.54 | 16.26 | - |
| YUV | 117.59 | 122.59 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 79 | 108 | 0 | 0.60 | 0.45 | 0.23 | 345.25 | 0.5 | 0.54 |
| Hex | C5 | 4F | 6C | 0 | 3C | 2D | 17 | 159 | 32 | 36 |
| Octal | 305 | 117 | 154 | 0 | 74 | 55 | 27 | 531 | 62 | 66 |
| Binary | 11000101 | 1001111 | 1101100 | 0 | 111100 | 101101 | 10111 | 101011001 | 110010 | 110110 |
Color Harmonies of #C54F6C
Complementary color
Monochromatic Colors of #C54F6C
Black with #C54F6C
Text Example
Text Example
White with #C54F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54F6C; }
p { color: rgb(197,79,108); }
H1.HeaderClassName
{
color: #C54F6C;
}
.AnyTagClassName
{
color: #C54F6C;
}
</style>
background-color css
<style>
a { background-color: #C54F6C; }
a { background-color: rgb(197,79,108); }
div.DivClassName
{
background-color: #C54F6C;
}
.BgClassName
{
background-color: #C54F6C;
}
</style>
border-color css
<style>
span { border-color: #C54F6C; }
span { border-color: rgb(197,79,108); }
td.TdClassName
{
border-color: #C54F6C;
}
.TagClassName
{
border-color: #C54F6C;
}
</style>