Shades of Cabaret #C6506C
Tints of Cabaret #C6506C
RGB
CMYK
RGB Variations
Color information
#C6506C (or 0xC6506C) is known color: Cabaret. HEX triplet: C6, 50 and 6C. RGB value is (198,80,108). Sum of RGB (Red+Green+Blue) = 198+80+108=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C6506C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6506C is #39AF93. Grayscale: #767676. Windows color (decimal): -3780500 or 7098566. OLE color: 7098566.
HSL color Cylindrical-coordinate representation of color #C6506C: hue angle of 345.76º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C6506C is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 80 | 108 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.22 |
| HSL | 345.76º | 0.51% | 0.55% | - |
| HSV(B) | 345.76º | 0.6% | 0.78% | - |
| XYZ | 28.86 | 18.83 | 16.3 | - |
| YUV | 118.47 | 122.09 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 108 | 0 | 0.60 | 0.45 | 0.22 | 345.76 | 0.51 | 0.55 |
| Hex | C6 | 50 | 6C | 0 | 3C | 2D | 16 | 15A | 33 | 37 |
| Octal | 306 | 120 | 154 | 0 | 74 | 55 | 26 | 532 | 63 | 67 |
| Binary | 11000110 | 1010000 | 1101100 | 0 | 111100 | 101101 | 10110 | 101011010 | 110011 | 110111 |
Color Harmonies of #C6506C
Complementary color
Monochromatic Colors of #C6506C
Black with #C6506C
Text Example
Text Example
White with #C6506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6506C; }
p { color: rgb(198,80,108); }
H1.HeaderClassName
{
color: #C6506C;
}
.AnyTagClassName
{
color: #C6506C;
}
</style>
background-color css
<style>
a { background-color: #C6506C; }
a { background-color: rgb(198,80,108); }
div.DivClassName
{
background-color: #C6506C;
}
.BgClassName
{
background-color: #C6506C;
}
</style>
border-color css
<style>
span { border-color: #C6506C; }
span { border-color: rgb(198,80,108); }
td.TdClassName
{
border-color: #C6506C;
}
.TagClassName
{
border-color: #C6506C;
}
</style>