Shades of Cabaret #C54064
Tints of Cabaret #C54064
RGB
CMYK
RGB Variations
Color information
#C54064 (or 0xC54064) is known color: Cabaret. HEX triplet: C5, 40 and 64. RGB value is (197,64,100). Sum of RGB (Red+Green+Blue) = 197+64+100=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C54064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54064 is #3ABF9B. Grayscale: #6B6B6B. Windows color (decimal): -3850140 or 6570181. OLE color: 6570181.
HSL color Cylindrical-coordinate representation of color #C54064: hue angle of 343.76º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C54064 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 64 | 100 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.23 |
| HSL | 343.76º | 0.53% | 0.51% | - |
| HSV(B) | 343.76º | 0.68% | 0.77% | - |
| XYZ | 27.16 | 16.46 | 13.8 | - |
| YUV | 107.87 | 123.56 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 100 | 0 | 0.68 | 0.49 | 0.23 | 343.76 | 0.53 | 0.51 |
| Hex | C5 | 40 | 64 | 0 | 44 | 31 | 17 | 158 | 35 | 33 |
| Octal | 305 | 100 | 144 | 0 | 104 | 61 | 27 | 530 | 65 | 63 |
| Binary | 11000101 | 1000000 | 1100100 | 0 | 1000100 | 110001 | 10111 | 101011000 | 110101 | 110011 |
Color Harmonies of #C54064
Complementary color
Monochromatic Colors of #C54064
Black with #C54064
Text Example
Text Example
White with #C54064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54064; }
p { color: rgb(197,64,100); }
H1.HeaderClassName
{
color: #C54064;
}
.AnyTagClassName
{
color: #C54064;
}
</style>
background-color css
<style>
a { background-color: #C54064; }
a { background-color: rgb(197,64,100); }
div.DivClassName
{
background-color: #C54064;
}
.BgClassName
{
background-color: #C54064;
}
</style>
border-color css
<style>
span { border-color: #C54064; }
span { border-color: rgb(197,64,100); }
td.TdClassName
{
border-color: #C54064;
}
.TagClassName
{
border-color: #C54064;
}
</style>