Shades of Cabaret #C6496D
Tints of Cabaret #C6496D
RGB
CMYK
RGB Variations
Color information
#C6496D (or 0xC6496D) is known color: Cabaret. HEX triplet: C6, 49 and 6D. RGB value is (198,73,109). Sum of RGB (Red+Green+Blue) = 198+73+109=380 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.11% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 198 - color contains mainly: red. Hex color #C6496D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6496D is #39B692. Grayscale: #727272. Windows color (decimal): -3782291 or 7162310. OLE color: 7162310.
HSL color Cylindrical-coordinate representation of color #C6496D: hue angle of 342.72º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6496D is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 109 | - |
| CMYK | 0 | 0.63 | 0.45 | 0.22 |
| HSL | 342.72º | 0.52% | 0.53% | - |
| HSV(B) | 342.72º | 0.63% | 0.78% | - |
| XYZ | 28.43 | 17.87 | 16.42 | - |
| YUV | 114.48 | 124.91 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 109 | 0 | 0.63 | 0.45 | 0.22 | 342.72 | 0.52 | 0.53 |
| Hex | C6 | 49 | 6D | 0 | 3F | 2D | 16 | 157 | 34 | 35 |
| Octal | 306 | 111 | 155 | 0 | 77 | 55 | 26 | 527 | 64 | 65 |
| Binary | 11000110 | 1001001 | 1101101 | 0 | 111111 | 101101 | 10110 | 101010111 | 110100 | 110101 |
Color Harmonies of #C6496D
Complementary color
Monochromatic Colors of #C6496D
Black with #C6496D
Text Example
Text Example
White with #C6496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6496D; }
p { color: rgb(198,73,109); }
H1.HeaderClassName
{
color: #C6496D;
}
.AnyTagClassName
{
color: #C6496D;
}
</style>
background-color css
<style>
a { background-color: #C6496D; }
a { background-color: rgb(198,73,109); }
div.DivClassName
{
background-color: #C6496D;
}
.BgClassName
{
background-color: #C6496D;
}
</style>
border-color css
<style>
span { border-color: #C6496D; }
span { border-color: rgb(198,73,109); }
td.TdClassName
{
border-color: #C6496D;
}
.TagClassName
{
border-color: #C6496D;
}
</style>