Shades of Cabaret #C5607C
Tints of Cabaret #C5607C
RGB
CMYK
RGB Variations
Color information
#C5607C (or 0xC5607C) is known color: Cabaret. HEX triplet: C5, 60 and 7C. RGB value is (197,96,124). Sum of RGB (Red+Green+Blue) = 197+96+124=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C5607C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5607C is #3A9F83. Grayscale: #818181. Windows color (decimal): -3841924 or 8151237. OLE color: 8151237.
HSL color Cylindrical-coordinate representation of color #C5607C: hue angle of 343.37º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C5607C is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 96 | 124 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.23 |
| HSL | 343.37º | 0.47% | 0.57% | - |
| HSV(B) | 343.37º | 0.51% | 0.77% | - |
| XYZ | 30.85 | 21.69 | 21.63 | - |
| YUV | 129.39 | 124.96 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 96 | 124 | 0 | 0.51 | 0.37 | 0.23 | 343.37 | 0.47 | 0.57 |
| Hex | C5 | 60 | 7C | 0 | 33 | 25 | 17 | 157 | 2F | 39 |
| Octal | 305 | 140 | 174 | 0 | 63 | 45 | 27 | 527 | 57 | 71 |
| Binary | 11000101 | 1100000 | 1111100 | 0 | 110011 | 100101 | 10111 | 101010111 | 101111 | 111001 |
Color Harmonies of #C5607C
Complementary color
Monochromatic Colors of #C5607C
Black with #C5607C
Text Example
Text Example
White with #C5607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5607C; }
p { color: rgb(197,96,124); }
H1.HeaderClassName
{
color: #C5607C;
}
.AnyTagClassName
{
color: #C5607C;
}
</style>
background-color css
<style>
a { background-color: #C5607C; }
a { background-color: rgb(197,96,124); }
div.DivClassName
{
background-color: #C5607C;
}
.BgClassName
{
background-color: #C5607C;
}
</style>
border-color css
<style>
span { border-color: #C5607C; }
span { border-color: rgb(197,96,124); }
td.TdClassName
{
border-color: #C5607C;
}
.TagClassName
{
border-color: #C5607C;
}
</style>