Shades of Ruby #C6165D
Tints of Ruby #C6165D
RGB
CMYK
RGB Variations
Color information
#C6165D (or 0xC6165D) is known color: Ruby. HEX triplet: C6, 16 and 5D. RGB value is (198,22,93). Sum of RGB (Red+Green+Blue) = 198+22+93=313 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.26% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 198 - color contains mainly: red. Hex color #C6165D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6165D is #39E9A2. Grayscale: #525252. Windows color (decimal): -3795363 or 6100678. OLE color: 6100678.
HSL color Cylindrical-coordinate representation of color #C6165D: hue angle of 335.8º 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 #C6165D is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 22 | 93 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.22 |
| HSL | 335.8º | 0.8% | 0.43% | - |
| HSV(B) | 335.8º | 0.89% | 0.78% | - |
| XYZ | 25.55 | 13.37 | 11.59 | - |
| YUV | 82.72 | 133.81 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 93 | 0 | 0.89 | 0.53 | 0.22 | 335.8 | 0.8 | 0.43 |
| Hex | C6 | 16 | 5D | 0 | 59 | 35 | 16 | 150 | 50 | 2B |
| Octal | 306 | 26 | 135 | 0 | 131 | 65 | 26 | 520 | 120 | 53 |
| Binary | 11000110 | 10110 | 1011101 | 0 | 1011001 | 110101 | 10110 | 101010000 | 1010000 | 101011 |
Color Harmonies of #C6165D
Complementary color
Monochromatic Colors of #C6165D
Black with #C6165D
Text Example
Text Example
White with #C6165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6165D; }
p { color: rgb(198,22,93); }
H1.HeaderClassName
{
color: #C6165D;
}
.AnyTagClassName
{
color: #C6165D;
}
</style>
background-color css
<style>
a { background-color: #C6165D; }
a { background-color: rgb(198,22,93); }
div.DivClassName
{
background-color: #C6165D;
}
.BgClassName
{
background-color: #C6165D;
}
</style>
border-color css
<style>
span { border-color: #C6165D; }
span { border-color: rgb(198,22,93); }
td.TdClassName
{
border-color: #C6165D;
}
.TagClassName
{
border-color: #C6165D;
}
</style>