Shades of Cabaret #C54B6A
Tints of Cabaret #C54B6A
RGB
CMYK
RGB Variations
Color information
#C54B6A (or 0xC54B6A) is known color: Cabaret. HEX triplet: C5, 4B and 6A. RGB value is (197,75,106). Sum of RGB (Red+Green+Blue) = 197+75+106=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C54B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54B6A is #3AB495. Grayscale: #737373. Windows color (decimal): -3847318 or 6966213. OLE color: 6966213.
HSL color Cylindrical-coordinate representation of color #C54B6A: hue angle of 344.75º 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 #C54B6A is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 75 | 106 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.23 |
| HSL | 344.75º | 0.51% | 0.53% | - |
| HSV(B) | 344.75º | 0.62% | 0.77% | - |
| XYZ | 28.14 | 17.94 | 15.62 | - |
| YUV | 115.01 | 122.92 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 106 | 0 | 0.62 | 0.46 | 0.23 | 344.75 | 0.51 | 0.53 |
| Hex | C5 | 4B | 6A | 0 | 3E | 2E | 17 | 159 | 33 | 35 |
| Octal | 305 | 113 | 152 | 0 | 76 | 56 | 27 | 531 | 63 | 65 |
| Binary | 11000101 | 1001011 | 1101010 | 0 | 111110 | 101110 | 10111 | 101011001 | 110011 | 110101 |
Color Harmonies of #C54B6A
Complementary color
Monochromatic Colors of #C54B6A
Black with #C54B6A
Text Example
Text Example
White with #C54B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54B6A; }
p { color: rgb(197,75,106); }
H1.HeaderClassName
{
color: #C54B6A;
}
.AnyTagClassName
{
color: #C54B6A;
}
</style>
background-color css
<style>
a { background-color: #C54B6A; }
a { background-color: rgb(197,75,106); }
div.DivClassName
{
background-color: #C54B6A;
}
.BgClassName
{
background-color: #C54B6A;
}
</style>
border-color css
<style>
span { border-color: #C54B6A; }
span { border-color: rgb(197,75,106); }
td.TdClassName
{
border-color: #C54B6A;
}
.TagClassName
{
border-color: #C54B6A;
}
</style>