Shades of Cabaret #C5406A
Tints of Cabaret #C5406A
RGB
CMYK
RGB Variations
Color information
#C5406A (or 0xC5406A) is known color: Cabaret. HEX triplet: C5, 40 and 6A. RGB value is (197,64,106). Sum of RGB (Red+Green+Blue) = 197+64+106=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C5406A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5406A is #3ABF95. Grayscale: #6C6C6C. Windows color (decimal): -3850134 or 6963397. OLE color: 6963397.
HSL color Cylindrical-coordinate representation of color #C5406A: hue angle of 341.05º 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 #C5406A is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 64 | 106 | - |
| CMYK | 0 | 0.68 | 0.46 | 0.23 |
| HSL | 341.05º | 0.53% | 0.51% | - |
| HSV(B) | 341.05º | 0.68% | 0.77% | - |
| XYZ | 27.46 | 16.58 | 15.39 | - |
| YUV | 108.56 | 126.56 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 106 | 0 | 0.68 | 0.46 | 0.23 | 341.05 | 0.53 | 0.51 |
| Hex | C5 | 40 | 6A | 0 | 44 | 2E | 17 | 155 | 35 | 33 |
| Octal | 305 | 100 | 152 | 0 | 104 | 56 | 27 | 525 | 65 | 63 |
| Binary | 11000101 | 1000000 | 1101010 | 0 | 1000100 | 101110 | 10111 | 101010101 | 110101 | 110011 |
Color Harmonies of #C5406A
Complementary color
Monochromatic Colors of #C5406A
Black with #C5406A
Text Example
Text Example
White with #C5406A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5406A; }
p { color: rgb(197,64,106); }
H1.HeaderClassName
{
color: #C5406A;
}
.AnyTagClassName
{
color: #C5406A;
}
</style>
background-color css
<style>
a { background-color: #C5406A; }
a { background-color: rgb(197,64,106); }
div.DivClassName
{
background-color: #C5406A;
}
.BgClassName
{
background-color: #C5406A;
}
</style>
border-color css
<style>
span { border-color: #C5406A; }
span { border-color: rgb(197,64,106); }
td.TdClassName
{
border-color: #C5406A;
}
.TagClassName
{
border-color: #C5406A;
}
</style>