Shades of Cabaret #C6656E
Tints of Cabaret #C6656E
RGB
CMYK
RGB Variations
Color information
#C6656E (or 0xC6656E) is known color: Cabaret. HEX triplet: C6, 65 and 6E. RGB value is (198,101,110). Sum of RGB (Red+Green+Blue) = 198+101+110=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 110 (43.36% from 255 or 26.89% from 409); Max value from RGB is 198 - color contains mainly: red. Hex color #C6656E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6656E is #399A91. Grayscale: #838383. Windows color (decimal): -3775122 or 7235014. OLE color: 7235014.
HSL color Cylindrical-coordinate representation of color #C6656E: hue angle of 354.43º 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 #C6656E is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 101 | 110 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.22 |
| HSL | 354.43º | 0.46% | 0.59% | - |
| HSV(B) | 354.43º | 0.49% | 0.78% | - |
| XYZ | 30.76 | 22.44 | 17.46 | - |
| YUV | 131.03 | 116.14 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 110 | 0 | 0.49 | 0.44 | 0.22 | 354.43 | 0.46 | 0.59 |
| Hex | C6 | 65 | 6E | 0 | 31 | 2C | 16 | 162 | 2E | 3B |
| Octal | 306 | 145 | 156 | 0 | 61 | 54 | 26 | 542 | 56 | 73 |
| Binary | 11000110 | 1100101 | 1101110 | 0 | 110001 | 101100 | 10110 | 101100010 | 101110 | 111011 |
Color Harmonies of #C6656E
Complementary color
Monochromatic Colors of #C6656E
Black with #C6656E
Text Example
Text Example
White with #C6656E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6656E; }
p { color: rgb(198,101,110); }
H1.HeaderClassName
{
color: #C6656E;
}
.AnyTagClassName
{
color: #C6656E;
}
</style>
background-color css
<style>
a { background-color: #C6656E; }
a { background-color: rgb(198,101,110); }
div.DivClassName
{
background-color: #C6656E;
}
.BgClassName
{
background-color: #C6656E;
}
</style>
border-color css
<style>
span { border-color: #C6656E; }
span { border-color: rgb(198,101,110); }
td.TdClassName
{
border-color: #C6656E;
}
.TagClassName
{
border-color: #C6656E;
}
</style>