Shades of Ruby #C6165E
Tints of Ruby #C6165E
RGB
CMYK
RGB Variations
Color information
#C6165E (or 0xC6165E) is known color: Ruby. HEX triplet: C6, 16 and 5E. RGB value is (198,22,94). Sum of RGB (Red+Green+Blue) = 198+22+94=314 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.06% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 198 - color contains mainly: red. Hex color #C6165E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6165E is #39E9A1. Grayscale: #525252. Windows color (decimal): -3795362 or 6166214. OLE color: 6166214.
HSL color Cylindrical-coordinate representation of color #C6165E: hue angle of 335.45º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C6165E is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 22 | 94 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.22 |
| HSL | 335.45º | 0.8% | 0.43% | - |
| HSV(B) | 335.45º | 0.89% | 0.78% | - |
| XYZ | 25.6 | 13.39 | 11.82 | - |
| YUV | 82.83 | 134.31 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 94 | 0 | 0.89 | 0.53 | 0.22 | 335.45 | 0.8 | 0.43 |
| Hex | C6 | 16 | 5E | 0 | 59 | 35 | 16 | 14F | 50 | 2B |
| Octal | 306 | 26 | 136 | 0 | 131 | 65 | 26 | 517 | 120 | 53 |
| Binary | 11000110 | 10110 | 1011110 | 0 | 1011001 | 110101 | 10110 | 101001111 | 1010000 | 101011 |
Color Harmonies of #C6165E
Complementary color
Monochromatic Colors of #C6165E
Black with #C6165E
Text Example
Text Example
White with #C6165E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6165E; }
p { color: rgb(198,22,94); }
H1.HeaderClassName
{
color: #C6165E;
}
.AnyTagClassName
{
color: #C6165E;
}
</style>
background-color css
<style>
a { background-color: #C6165E; }
a { background-color: rgb(198,22,94); }
div.DivClassName
{
background-color: #C6165E;
}
.BgClassName
{
background-color: #C6165E;
}
</style>
border-color css
<style>
span { border-color: #C6165E; }
span { border-color: rgb(198,22,94); }
td.TdClassName
{
border-color: #C6165E;
}
.TagClassName
{
border-color: #C6165E;
}
</style>