Shades of Cabaret #C54B6C
Tints of Cabaret #C54B6C
RGB
CMYK
RGB Variations
Color information
#C54B6C (or 0xC54B6C) is known color: Cabaret. HEX triplet: C5, 4B and 6C. RGB value is (197,75,108). Sum of RGB (Red+Green+Blue) = 197+75+108=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C54B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54B6C is #3AB493. Grayscale: #737373. Windows color (decimal): -3847316 or 7097285. OLE color: 7097285.
HSL color Cylindrical-coordinate representation of color #C54B6C: hue angle of 343.77º 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 #C54B6C is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 75 | 108 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.23 |
| HSL | 343.77º | 0.51% | 0.53% | - |
| HSV(B) | 343.77º | 0.62% | 0.77% | - |
| XYZ | 28.25 | 17.99 | 16.17 | - |
| YUV | 115.24 | 123.92 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 108 | 0 | 0.62 | 0.45 | 0.23 | 343.77 | 0.51 | 0.53 |
| Hex | C5 | 4B | 6C | 0 | 3E | 2D | 17 | 158 | 33 | 35 |
| Octal | 305 | 113 | 154 | 0 | 76 | 55 | 27 | 530 | 63 | 65 |
| Binary | 11000101 | 1001011 | 1101100 | 0 | 111110 | 101101 | 10111 | 101011000 | 110011 | 110101 |
Color Harmonies of #C54B6C
Complementary color
Monochromatic Colors of #C54B6C
Black with #C54B6C
Text Example
Text Example
White with #C54B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54B6C; }
p { color: rgb(197,75,108); }
H1.HeaderClassName
{
color: #C54B6C;
}
.AnyTagClassName
{
color: #C54B6C;
}
</style>
background-color css
<style>
a { background-color: #C54B6C; }
a { background-color: rgb(197,75,108); }
div.DivClassName
{
background-color: #C54B6C;
}
.BgClassName
{
background-color: #C54B6C;
}
</style>
border-color css
<style>
span { border-color: #C54B6C; }
span { border-color: rgb(197,75,108); }
td.TdClassName
{
border-color: #C54B6C;
}
.TagClassName
{
border-color: #C54B6C;
}
</style>