Shades of Cabaret #C5486D
Tints of Cabaret #C5486D
RGB
CMYK
RGB Variations
Color information
#C5486D (or 0xC5486D) is known color: Cabaret. HEX triplet: C5, 48 and 6D. RGB value is (197,72,109). Sum of RGB (Red+Green+Blue) = 197+72+109=378 (50% of max value = 765). Red value is 197 (77.34% from 255 or 52.12% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 197 - color contains mainly: red. Hex color #C5486D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5486D is #3AB792. Grayscale: #717171. Windows color (decimal): -3848083 or 7162053. OLE color: 7162053.
HSL color Cylindrical-coordinate representation of color #C5486D: hue angle of 342.24º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5486D is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 109 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.23 |
| HSL | 342.24º | 0.52% | 0.53% | - |
| HSV(B) | 342.24º | 0.63% | 0.77% | - |
| XYZ | 28.1 | 17.61 | 16.39 | - |
| YUV | 113.59 | 125.41 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 109 | 0 | 0.63 | 0.45 | 0.23 | 342.24 | 0.52 | 0.53 |
| Hex | C5 | 48 | 6D | 0 | 3F | 2D | 17 | 156 | 34 | 35 |
| Octal | 305 | 110 | 155 | 0 | 77 | 55 | 27 | 526 | 64 | 65 |
| Binary | 11000101 | 1001000 | 1101101 | 0 | 111111 | 101101 | 10111 | 101010110 | 110100 | 110101 |
Color Harmonies of #C5486D
Complementary color
Monochromatic Colors of #C5486D
Black with #C5486D
Text Example
Text Example
White with #C5486D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5486D; }
p { color: rgb(197,72,109); }
H1.HeaderClassName
{
color: #C5486D;
}
.AnyTagClassName
{
color: #C5486D;
}
</style>
background-color css
<style>
a { background-color: #C5486D; }
a { background-color: rgb(197,72,109); }
div.DivClassName
{
background-color: #C5486D;
}
.BgClassName
{
background-color: #C5486D;
}
</style>
border-color css
<style>
span { border-color: #C5486D; }
span { border-color: rgb(197,72,109); }
td.TdClassName
{
border-color: #C5486D;
}
.TagClassName
{
border-color: #C5486D;
}
</style>