Shades of Cabaret #C54565
Tints of Cabaret #C54565
RGB
CMYK
RGB Variations
Color information
#C54565 (or 0xC54565) is known color: Cabaret. HEX triplet: C5, 45 and 65. RGB value is (197,69,101). Sum of RGB (Red+Green+Blue) = 197+69+101=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C54565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54565 is #3ABA9A. Grayscale: #6E6E6E. Windows color (decimal): -3848859 or 6636997. OLE color: 6636997.
HSL color Cylindrical-coordinate representation of color #C54565: hue angle of 345º 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 #C54565 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 101 | - |
| CMYK | 0 | 0.65 | 0.49 | 0.23 |
| HSL | 345º | 0.52% | 0.52% | - |
| HSV(B) | 345º | 0.65% | 0.77% | - |
| XYZ | 27.5 | 17.07 | 14.16 | - |
| YUV | 110.92 | 122.41 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 101 | 0 | 0.65 | 0.49 | 0.23 | 345 | 0.52 | 0.52 |
| Hex | C5 | 45 | 65 | 0 | 41 | 31 | 17 | 159 | 34 | 34 |
| Octal | 305 | 105 | 145 | 0 | 101 | 61 | 27 | 531 | 64 | 64 |
| Binary | 11000101 | 1000101 | 1100101 | 0 | 1000001 | 110001 | 10111 | 101011001 | 110100 | 110100 |
Color Harmonies of #C54565
Complementary color
Monochromatic Colors of #C54565
Black with #C54565
Text Example
Text Example
White with #C54565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54565; }
p { color: rgb(197,69,101); }
H1.HeaderClassName
{
color: #C54565;
}
.AnyTagClassName
{
color: #C54565;
}
</style>
background-color css
<style>
a { background-color: #C54565; }
a { background-color: rgb(197,69,101); }
div.DivClassName
{
background-color: #C54565;
}
.BgClassName
{
background-color: #C54565;
}
</style>
border-color css
<style>
span { border-color: #C54565; }
span { border-color: rgb(197,69,101); }
td.TdClassName
{
border-color: #C54565;
}
.TagClassName
{
border-color: #C54565;
}
</style>