Shades of Cabaret #C54765
Tints of Cabaret #C54765
RGB
CMYK
RGB Variations
Color information
#C54765 (or 0xC54765) is known color: Cabaret. HEX triplet: C5, 47 and 65. RGB value is (197,71,101). Sum of RGB (Red+Green+Blue) = 197+71+101=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C54765 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54765 is #3AB89A. Grayscale: #707070. Windows color (decimal): -3848347 or 6637509. OLE color: 6637509.
HSL color Cylindrical-coordinate representation of color #C54765: hue angle of 345.71º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C54765 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 71 | 101 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.23 |
| HSL | 345.71º | 0.52% | 0.53% | - |
| HSV(B) | 345.71º | 0.64% | 0.77% | - |
| XYZ | 27.63 | 17.32 | 14.2 | - |
| YUV | 112.09 | 121.74 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 101 | 0 | 0.64 | 0.49 | 0.23 | 345.71 | 0.52 | 0.53 |
| Hex | C5 | 47 | 65 | 0 | 40 | 31 | 17 | 15A | 34 | 35 |
| Octal | 305 | 107 | 145 | 0 | 100 | 61 | 27 | 532 | 64 | 65 |
| Binary | 11000101 | 1000111 | 1100101 | 0 | 1000000 | 110001 | 10111 | 101011010 | 110100 | 110101 |
Color Harmonies of #C54765
Complementary color
Monochromatic Colors of #C54765
Black with #C54765
Text Example
Text Example
White with #C54765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54765; }
p { color: rgb(197,71,101); }
H1.HeaderClassName
{
color: #C54765;
}
.AnyTagClassName
{
color: #C54765;
}
</style>
background-color css
<style>
a { background-color: #C54765; }
a { background-color: rgb(197,71,101); }
div.DivClassName
{
background-color: #C54765;
}
.BgClassName
{
background-color: #C54765;
}
</style>
border-color css
<style>
span { border-color: #C54765; }
span { border-color: rgb(197,71,101); }
td.TdClassName
{
border-color: #C54765;
}
.TagClassName
{
border-color: #C54765;
}
</style>