Shades of Cabaret #C54166
Tints of Cabaret #C54166
RGB
CMYK
RGB Variations
Color information
#C54166 (or 0xC54166) is known color: Cabaret. HEX triplet: C5, 41 and 66. RGB value is (197,65,102). Sum of RGB (Red+Green+Blue) = 197+65+102=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C54166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54166 is #3ABE99. Grayscale: #6C6C6C. Windows color (decimal): -3849882 or 6701509. OLE color: 6701509.
HSL color Cylindrical-coordinate representation of color #C54166: hue angle of 343.18º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C54166 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 102 | - |
| CMYK | 0 | 0.67 | 0.48 | 0.23 |
| HSL | 343.18º | 0.53% | 0.51% | - |
| HSV(B) | 343.18º | 0.67% | 0.77% | - |
| XYZ | 27.31 | 16.61 | 14.34 | - |
| YUV | 108.69 | 124.23 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 102 | 0 | 0.67 | 0.48 | 0.23 | 343.18 | 0.53 | 0.51 |
| Hex | C5 | 41 | 66 | 0 | 43 | 30 | 17 | 157 | 35 | 33 |
| Octal | 305 | 101 | 146 | 0 | 103 | 60 | 27 | 527 | 65 | 63 |
| Binary | 11000101 | 1000001 | 1100110 | 0 | 1000011 | 110000 | 10111 | 101010111 | 110101 | 110011 |
Color Harmonies of #C54166
Complementary color
Monochromatic Colors of #C54166
Black with #C54166
Text Example
Text Example
White with #C54166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54166; }
p { color: rgb(197,65,102); }
H1.HeaderClassName
{
color: #C54166;
}
.AnyTagClassName
{
color: #C54166;
}
</style>
background-color css
<style>
a { background-color: #C54166; }
a { background-color: rgb(197,65,102); }
div.DivClassName
{
background-color: #C54166;
}
.BgClassName
{
background-color: #C54166;
}
</style>
border-color css
<style>
span { border-color: #C54166; }
span { border-color: rgb(197,65,102); }
td.TdClassName
{
border-color: #C54166;
}
.TagClassName
{
border-color: #C54166;
}
</style>