Shades of Cabaret #C54962
Tints of Cabaret #C54962
RGB
CMYK
RGB Variations
Color information
#C54962 (or 0xC54962) is known color: Cabaret. HEX triplet: C5, 49 and 62. RGB value is (197,73,98). Sum of RGB (Red+Green+Blue) = 197+73+98=368 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.53% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 98 (38.67% from 255 or 26.63% from 368); Max value from RGB is 197 - color contains mainly: red. Hex color #C54962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54962 is #3AB69D. Grayscale: #707070. Windows color (decimal): -3847838 or 6441413. OLE color: 6441413.
HSL color Cylindrical-coordinate representation of color #C54962: hue angle of 347.9º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C54962 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 73 | 98 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.23 |
| HSL | 347.9º | 0.52% | 0.53% | - |
| HSV(B) | 347.9º | 0.63% | 0.77% | - |
| XYZ | 27.61 | 17.52 | 13.48 | - |
| YUV | 112.93 | 119.58 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 98 | 0 | 0.63 | 0.50 | 0.23 | 347.9 | 0.52 | 0.53 |
| Hex | C5 | 49 | 62 | 0 | 3F | 32 | 17 | 15C | 34 | 35 |
| Octal | 305 | 111 | 142 | 0 | 77 | 62 | 27 | 534 | 64 | 65 |
| Binary | 11000101 | 1001001 | 1100010 | 0 | 111111 | 110010 | 10111 | 101011100 | 110100 | 110101 |
Color Harmonies of #C54962
Complementary color
Monochromatic Colors of #C54962
Black with #C54962
Text Example
Text Example
White with #C54962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54962; }
p { color: rgb(197,73,98); }
H1.HeaderClassName
{
color: #C54962;
}
.AnyTagClassName
{
color: #C54962;
}
</style>
background-color css
<style>
a { background-color: #C54962; }
a { background-color: rgb(197,73,98); }
div.DivClassName
{
background-color: #C54962;
}
.BgClassName
{
background-color: #C54962;
}
</style>
border-color css
<style>
span { border-color: #C54962; }
span { border-color: rgb(197,73,98); }
td.TdClassName
{
border-color: #C54962;
}
.TagClassName
{
border-color: #C54962;
}
</style>