Shades of Cabaret #C6656D
Tints of Cabaret #C6656D
RGB
CMYK
RGB Variations
Color information
#C6656D (or 0xC6656D) is known color: Cabaret. HEX triplet: C6, 65 and 6D. RGB value is (198,101,109). Sum of RGB (Red+Green+Blue) = 198+101+109=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C6656D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6656D is #399A92. Grayscale: #828282. Windows color (decimal): -3775123 or 7169478. OLE color: 7169478.
HSL color Cylindrical-coordinate representation of color #C6656D: hue angle of 355.05º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C6656D is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 101 | 109 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.22 |
| HSL | 355.05º | 0.46% | 0.59% | - |
| HSV(B) | 355.05º | 0.49% | 0.78% | - |
| XYZ | 30.7 | 22.42 | 17.18 | - |
| YUV | 130.92 | 115.64 | 175.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 109 | 0 | 0.49 | 0.45 | 0.22 | 355.05 | 0.46 | 0.59 |
| Hex | C6 | 65 | 6D | 0 | 31 | 2D | 16 | 163 | 2E | 3B |
| Octal | 306 | 145 | 155 | 0 | 61 | 55 | 26 | 543 | 56 | 73 |
| Binary | 11000110 | 1100101 | 1101101 | 0 | 110001 | 101101 | 10110 | 101100011 | 101110 | 111011 |
Color Harmonies of #C6656D
Complementary color
Monochromatic Colors of #C6656D
Black with #C6656D
Text Example
Text Example
White with #C6656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6656D; }
p { color: rgb(198,101,109); }
H1.HeaderClassName
{
color: #C6656D;
}
.AnyTagClassName
{
color: #C6656D;
}
</style>
background-color css
<style>
a { background-color: #C6656D; }
a { background-color: rgb(198,101,109); }
div.DivClassName
{
background-color: #C6656D;
}
.BgClassName
{
background-color: #C6656D;
}
</style>
border-color css
<style>
span { border-color: #C6656D; }
span { border-color: rgb(198,101,109); }
td.TdClassName
{
border-color: #C6656D;
}
.TagClassName
{
border-color: #C6656D;
}
</style>