Shades of Cabaret #C54360
Tints of Cabaret #C54360
RGB
CMYK
RGB Variations
Color information
#C54360 (or 0xC54360) is known color: Cabaret. HEX triplet: C5, 43 and 60. RGB value is (197,67,96). Sum of RGB (Red+Green+Blue) = 197+67+96=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C54360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54360 is #3ABC9F. Grayscale: #6D6D6D. Windows color (decimal): -3849376 or 6308805. OLE color: 6308805.
HSL color Cylindrical-coordinate representation of color #C54360: hue angle of 346.62º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C54360 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 67 | 96 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.23 |
| HSL | 346.62º | 0.53% | 0.52% | - |
| HSV(B) | 346.62º | 0.66% | 0.77% | - |
| XYZ | 27.14 | 16.73 | 12.86 | - |
| YUV | 109.18 | 120.57 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 96 | 0 | 0.66 | 0.51 | 0.23 | 346.62 | 0.53 | 0.52 |
| Hex | C5 | 43 | 60 | 0 | 42 | 33 | 17 | 15B | 35 | 34 |
| Octal | 305 | 103 | 140 | 0 | 102 | 63 | 27 | 533 | 65 | 64 |
| Binary | 11000101 | 1000011 | 1100000 | 0 | 1000010 | 110011 | 10111 | 101011011 | 110101 | 110100 |
Color Harmonies of #C54360
Complementary color
Monochromatic Colors of #C54360
Black with #C54360
Text Example
Text Example
White with #C54360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54360; }
p { color: rgb(197,67,96); }
H1.HeaderClassName
{
color: #C54360;
}
.AnyTagClassName
{
color: #C54360;
}
</style>
background-color css
<style>
a { background-color: #C54360; }
a { background-color: rgb(197,67,96); }
div.DivClassName
{
background-color: #C54360;
}
.BgClassName
{
background-color: #C54360;
}
</style>
border-color css
<style>
span { border-color: #C54360; }
span { border-color: rgb(197,67,96); }
td.TdClassName
{
border-color: #C54360;
}
.TagClassName
{
border-color: #C54360;
}
</style>