Shades of Cabaret #C6616D
Tints of Cabaret #C6616D
RGB
CMYK
RGB Variations
Color information
#C6616D (or 0xC6616D) is known color: Cabaret. HEX triplet: C6, 61 and 6D. RGB value is (198,97,109). Sum of RGB (Red+Green+Blue) = 198+97+109=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 97 (38.28% from 255 or 24.01% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C6616D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6616D is #399E92. Grayscale: #808080. Windows color (decimal): -3776147 or 7168454. OLE color: 7168454.
HSL color Cylindrical-coordinate representation of color #C6616D: hue angle of 352.87º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C6616D is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 97 | 109 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.22 |
| HSL | 352.87º | 0.47% | 0.58% | - |
| HSV(B) | 352.87º | 0.51% | 0.78% | - |
| XYZ | 30.32 | 21.66 | 17.05 | - |
| YUV | 128.57 | 116.96 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 97 | 109 | 0 | 0.51 | 0.45 | 0.22 | 352.87 | 0.47 | 0.58 |
| Hex | C6 | 61 | 6D | 0 | 33 | 2D | 16 | 161 | 2F | 3A |
| Octal | 306 | 141 | 155 | 0 | 63 | 55 | 26 | 541 | 57 | 72 |
| Binary | 11000110 | 1100001 | 1101101 | 0 | 110011 | 101101 | 10110 | 101100001 | 101111 | 111010 |
Color Harmonies of #C6616D
Complementary color
Monochromatic Colors of #C6616D
Black with #C6616D
Text Example
Text Example
White with #C6616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6616D; }
p { color: rgb(198,97,109); }
H1.HeaderClassName
{
color: #C6616D;
}
.AnyTagClassName
{
color: #C6616D;
}
</style>
background-color css
<style>
a { background-color: #C6616D; }
a { background-color: rgb(198,97,109); }
div.DivClassName
{
background-color: #C6616D;
}
.BgClassName
{
background-color: #C6616D;
}
</style>
border-color css
<style>
span { border-color: #C6616D; }
span { border-color: rgb(198,97,109); }
td.TdClassName
{
border-color: #C6616D;
}
.TagClassName
{
border-color: #C6616D;
}
</style>