Shades of Cabaret #C6486A
Tints of Cabaret #C6486A
RGB
CMYK
RGB Variations
Color information
#C6486A (or 0xC6486A) is known color: Cabaret. HEX triplet: C6, 48 and 6A. RGB value is (198,72,106). Sum of RGB (Red+Green+Blue) = 198+72+106=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C6486A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6486A is #39B795. Grayscale: #717171. Windows color (decimal): -3782550 or 6965446. OLE color: 6965446.
HSL color Cylindrical-coordinate representation of color #C6486A: hue angle of 343.81º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C6486A is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 72 | 106 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.22 |
| HSL | 343.81º | 0.53% | 0.53% | - |
| HSV(B) | 343.81º | 0.64% | 0.78% | - |
| XYZ | 28.21 | 17.68 | 15.56 | - |
| YUV | 113.55 | 123.74 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 72 | 106 | 0 | 0.64 | 0.46 | 0.22 | 343.81 | 0.53 | 0.53 |
| Hex | C6 | 48 | 6A | 0 | 40 | 2E | 16 | 158 | 34 | 35 |
| Octal | 306 | 110 | 152 | 0 | 100 | 56 | 26 | 530 | 64 | 65 |
| Binary | 11000110 | 1001000 | 1101010 | 0 | 1000000 | 101110 | 10110 | 101011000 | 110100 | 110101 |
Color Harmonies of #C6486A
Complementary color
Monochromatic Colors of #C6486A
Black with #C6486A
Text Example
Text Example
White with #C6486A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6486A; }
p { color: rgb(198,72,106); }
H1.HeaderClassName
{
color: #C6486A;
}
.AnyTagClassName
{
color: #C6486A;
}
</style>
background-color css
<style>
a { background-color: #C6486A; }
a { background-color: rgb(198,72,106); }
div.DivClassName
{
background-color: #C6486A;
}
.BgClassName
{
background-color: #C6486A;
}
</style>
border-color css
<style>
span { border-color: #C6486A; }
span { border-color: rgb(198,72,106); }
td.TdClassName
{
border-color: #C6486A;
}
.TagClassName
{
border-color: #C6486A;
}
</style>