Shades of Cabaret #C6506B
Tints of Cabaret #C6506B
RGB
CMYK
RGB Variations
Color information
#C6506B (or 0xC6506B) is known color: Cabaret. HEX triplet: C6, 50 and 6B. RGB value is (198,80,107). Sum of RGB (Red+Green+Blue) = 198+80+107=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C6506B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6506B is #39AF94. Grayscale: #767676. Windows color (decimal): -3780501 or 7033030. OLE color: 7033030.
HSL color Cylindrical-coordinate representation of color #C6506B: hue angle of 346.27º 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 #C6506B is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 80 | 107 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.22 |
| HSL | 346.27º | 0.51% | 0.55% | - |
| HSV(B) | 346.27º | 0.6% | 0.78% | - |
| XYZ | 28.81 | 18.8 | 16.02 | - |
| YUV | 118.36 | 121.59 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 107 | 0 | 0.60 | 0.46 | 0.22 | 346.27 | 0.51 | 0.55 |
| Hex | C6 | 50 | 6B | 0 | 3C | 2E | 16 | 15A | 33 | 37 |
| Octal | 306 | 120 | 153 | 0 | 74 | 56 | 26 | 532 | 63 | 67 |
| Binary | 11000110 | 1010000 | 1101011 | 0 | 111100 | 101110 | 10110 | 101011010 | 110011 | 110111 |
Color Harmonies of #C6506B
Complementary color
Monochromatic Colors of #C6506B
Black with #C6506B
Text Example
Text Example
White with #C6506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6506B; }
p { color: rgb(198,80,107); }
H1.HeaderClassName
{
color: #C6506B;
}
.AnyTagClassName
{
color: #C6506B;
}
</style>
background-color css
<style>
a { background-color: #C6506B; }
a { background-color: rgb(198,80,107); }
div.DivClassName
{
background-color: #C6506B;
}
.BgClassName
{
background-color: #C6506B;
}
</style>
border-color css
<style>
span { border-color: #C6506B; }
span { border-color: rgb(198,80,107); }
td.TdClassName
{
border-color: #C6506B;
}
.TagClassName
{
border-color: #C6506B;
}
</style>