Shades of Cabaret #C6506D
Tints of Cabaret #C6506D
RGB
CMYK
RGB Variations
Color information
#C6506D (or 0xC6506D) is known color: Cabaret. HEX triplet: C6, 50 and 6D. RGB value is (198,80,109). Sum of RGB (Red+Green+Blue) = 198+80+109=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C6506D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6506D is #39AF92. Grayscale: #767676. Windows color (decimal): -3780499 or 7164102. OLE color: 7164102.
HSL color Cylindrical-coordinate representation of color #C6506D: hue angle of 345.25º 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 #C6506D is Cyan = 0, Magento = 0.60, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 80 | 109 | - |
| CMYK | 0 | 0.60 | 0.45 | 0.22 |
| HSL | 345.25º | 0.51% | 0.55% | - |
| HSV(B) | 345.25º | 0.6% | 0.78% | - |
| XYZ | 28.92 | 18.85 | 16.58 | - |
| YUV | 118.59 | 122.59 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 109 | 0 | 0.60 | 0.45 | 0.22 | 345.25 | 0.51 | 0.55 |
| Hex | C6 | 50 | 6D | 0 | 3C | 2D | 16 | 159 | 33 | 37 |
| Octal | 306 | 120 | 155 | 0 | 74 | 55 | 26 | 531 | 63 | 67 |
| Binary | 11000110 | 1010000 | 1101101 | 0 | 111100 | 101101 | 10110 | 101011001 | 110011 | 110111 |
Color Harmonies of #C6506D
Complementary color
Monochromatic Colors of #C6506D
Black with #C6506D
Text Example
Text Example
White with #C6506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6506D; }
p { color: rgb(198,80,109); }
H1.HeaderClassName
{
color: #C6506D;
}
.AnyTagClassName
{
color: #C6506D;
}
</style>
background-color css
<style>
a { background-color: #C6506D; }
a { background-color: rgb(198,80,109); }
div.DivClassName
{
background-color: #C6506D;
}
.BgClassName
{
background-color: #C6506D;
}
</style>
border-color css
<style>
span { border-color: #C6506D; }
span { border-color: rgb(198,80,109); }
td.TdClassName
{
border-color: #C6506D;
}
.TagClassName
{
border-color: #C6506D;
}
</style>