Shades of Cabaret #C54B6D
Tints of Cabaret #C54B6D
RGB
CMYK
RGB Variations
Color information
#C54B6D (or 0xC54B6D) is known color: Cabaret. HEX triplet: C5, 4B and 6D. RGB value is (197,75,109). Sum of RGB (Red+Green+Blue) = 197+75+109=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C54B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54B6D is #3AB492. Grayscale: #737373. Windows color (decimal): -3847315 or 7162821. OLE color: 7162821.
HSL color Cylindrical-coordinate representation of color #C54B6D: hue angle of 343.28º 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 #C54B6D is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 75 | 109 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.23 |
| HSL | 343.28º | 0.51% | 0.53% | - |
| HSV(B) | 343.28º | 0.62% | 0.77% | - |
| XYZ | 28.3 | 18.01 | 16.45 | - |
| YUV | 115.35 | 124.42 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 109 | 0 | 0.62 | 0.45 | 0.23 | 343.28 | 0.51 | 0.53 |
| Hex | C5 | 4B | 6D | 0 | 3E | 2D | 17 | 157 | 33 | 35 |
| Octal | 305 | 113 | 155 | 0 | 76 | 55 | 27 | 527 | 63 | 65 |
| Binary | 11000101 | 1001011 | 1101101 | 0 | 111110 | 101101 | 10111 | 101010111 | 110011 | 110101 |
Color Harmonies of #C54B6D
Complementary color
Monochromatic Colors of #C54B6D
Black with #C54B6D
Text Example
Text Example
White with #C54B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54B6D; }
p { color: rgb(197,75,109); }
H1.HeaderClassName
{
color: #C54B6D;
}
.AnyTagClassName
{
color: #C54B6D;
}
</style>
background-color css
<style>
a { background-color: #C54B6D; }
a { background-color: rgb(197,75,109); }
div.DivClassName
{
background-color: #C54B6D;
}
.BgClassName
{
background-color: #C54B6D;
}
</style>
border-color css
<style>
span { border-color: #C54B6D; }
span { border-color: rgb(197,75,109); }
td.TdClassName
{
border-color: #C54B6D;
}
.TagClassName
{
border-color: #C54B6D;
}
</style>