Shades of Cabaret #C54B6B
Tints of Cabaret #C54B6B
RGB
CMYK
RGB Variations
Color information
#C54B6B (or 0xC54B6B) is known color: Cabaret. HEX triplet: C5, 4B and 6B. RGB value is (197,75,107). Sum of RGB (Red+Green+Blue) = 197+75+107=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C54B6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54B6B is #3AB494. Grayscale: #737373. Windows color (decimal): -3847317 or 7031749. OLE color: 7031749.
HSL color Cylindrical-coordinate representation of color #C54B6B: hue angle of 344.26º 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 #C54B6B is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 75 | 107 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.23 |
| HSL | 344.26º | 0.51% | 0.53% | - |
| HSV(B) | 344.26º | 0.62% | 0.77% | - |
| XYZ | 28.2 | 17.96 | 15.89 | - |
| YUV | 115.13 | 123.42 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 75 | 107 | 0 | 0.62 | 0.46 | 0.23 | 344.26 | 0.51 | 0.53 |
| Hex | C5 | 4B | 6B | 0 | 3E | 2E | 17 | 158 | 33 | 35 |
| Octal | 305 | 113 | 153 | 0 | 76 | 56 | 27 | 530 | 63 | 65 |
| Binary | 11000101 | 1001011 | 1101011 | 0 | 111110 | 101110 | 10111 | 101011000 | 110011 | 110101 |
Color Harmonies of #C54B6B
Complementary color
Monochromatic Colors of #C54B6B
Black with #C54B6B
Text Example
Text Example
White with #C54B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54B6B; }
p { color: rgb(197,75,107); }
H1.HeaderClassName
{
color: #C54B6B;
}
.AnyTagClassName
{
color: #C54B6B;
}
</style>
background-color css
<style>
a { background-color: #C54B6B; }
a { background-color: rgb(197,75,107); }
div.DivClassName
{
background-color: #C54B6B;
}
.BgClassName
{
background-color: #C54B6B;
}
</style>
border-color css
<style>
span { border-color: #C54B6B; }
span { border-color: rgb(197,75,107); }
td.TdClassName
{
border-color: #C54B6B;
}
.TagClassName
{
border-color: #C54B6B;
}
</style>