Shades of Cabaret #C54562
Tints of Cabaret #C54562
RGB
CMYK
RGB Variations
Color information
#C54562 (or 0xC54562) is known color: Cabaret. HEX triplet: C5, 45 and 62. RGB value is (197,69,98). Sum of RGB (Red+Green+Blue) = 197+69+98=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 69 (27.34% from 255 or 18.96% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C54562 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54562 is #3ABA9D. Grayscale: #6E6E6E. Windows color (decimal): -3848862 or 6440389. OLE color: 6440389.
HSL color Cylindrical-coordinate representation of color #C54562: hue angle of 346.41º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C54562 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 98 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.23 |
| HSL | 346.41º | 0.52% | 0.52% | - |
| HSV(B) | 346.41º | 0.65% | 0.77% | - |
| XYZ | 27.36 | 17.01 | 13.4 | - |
| YUV | 110.58 | 120.91 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 98 | 0 | 0.65 | 0.50 | 0.23 | 346.41 | 0.52 | 0.52 |
| Hex | C5 | 45 | 62 | 0 | 41 | 32 | 17 | 15A | 34 | 34 |
| Octal | 305 | 105 | 142 | 0 | 101 | 62 | 27 | 532 | 64 | 64 |
| Binary | 11000101 | 1000101 | 1100010 | 0 | 1000001 | 110010 | 10111 | 101011010 | 110100 | 110100 |
Color Harmonies of #C54562
Complementary color
Monochromatic Colors of #C54562
Black with #C54562
Text Example
Text Example
White with #C54562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54562; }
p { color: rgb(197,69,98); }
H1.HeaderClassName
{
color: #C54562;
}
.AnyTagClassName
{
color: #C54562;
}
</style>
background-color css
<style>
a { background-color: #C54562; }
a { background-color: rgb(197,69,98); }
div.DivClassName
{
background-color: #C54562;
}
.BgClassName
{
background-color: #C54562;
}
</style>
border-color css
<style>
span { border-color: #C54562; }
span { border-color: rgb(197,69,98); }
td.TdClassName
{
border-color: #C54562;
}
.TagClassName
{
border-color: #C54562;
}
</style>