Shades of Cabaret #C6586A
Tints of Cabaret #C6586A
RGB
CMYK
RGB Variations
Color information
#C6586A (or 0xC6586A) is known color: Cabaret. HEX triplet: C6, 58 and 6A. RGB value is (198,88,106). Sum of RGB (Red+Green+Blue) = 198+88+106=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 106 (41.80% from 255 or 27.04% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C6586A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6586A is #39A795. Grayscale: #7A7A7A. Windows color (decimal): -3778454 or 6969542. OLE color: 6969542.
HSL color Cylindrical-coordinate representation of color #C6586A: hue angle of 350.18º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C6586A is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 88 | 106 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.22 |
| HSL | 350.18º | 0.49% | 0.56% | - |
| HSV(B) | 350.18º | 0.56% | 0.78% | - |
| XYZ | 29.38 | 20.03 | 15.95 | - |
| YUV | 122.94 | 118.44 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 88 | 106 | 0 | 0.56 | 0.46 | 0.22 | 350.18 | 0.49 | 0.56 |
| Hex | C6 | 58 | 6A | 0 | 38 | 2E | 16 | 15E | 31 | 38 |
| Octal | 306 | 130 | 152 | 0 | 70 | 56 | 26 | 536 | 61 | 70 |
| Binary | 11000110 | 1011000 | 1101010 | 0 | 111000 | 101110 | 10110 | 101011110 | 110001 | 111000 |
Color Harmonies of #C6586A
Complementary color
Monochromatic Colors of #C6586A
Black with #C6586A
Text Example
Text Example
White with #C6586A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6586A; }
p { color: rgb(198,88,106); }
H1.HeaderClassName
{
color: #C6586A;
}
.AnyTagClassName
{
color: #C6586A;
}
</style>
background-color css
<style>
a { background-color: #C6586A; }
a { background-color: rgb(198,88,106); }
div.DivClassName
{
background-color: #C6586A;
}
.BgClassName
{
background-color: #C6586A;
}
</style>
border-color css
<style>
span { border-color: #C6586A; }
span { border-color: rgb(198,88,106); }
td.TdClassName
{
border-color: #C6586A;
}
.TagClassName
{
border-color: #C6586A;
}
</style>