Shades of Ruby #C6155D
Tints of Ruby #C6155D
RGB
CMYK
RGB Variations
Color information
#C6155D (or 0xC6155D) is known color: Ruby. HEX triplet: C6, 15 and 5D. RGB value is (198,21,93). Sum of RGB (Red+Green+Blue) = 198+21+93=312 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.46% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 198 - color contains mainly: red. Hex color #C6155D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6155D is #39EAA2. Grayscale: #525252. Windows color (decimal): -3795619 or 6100422. OLE color: 6100422.
HSL color Cylindrical-coordinate representation of color #C6155D: hue angle of 335.59º degrees, saturation: 0.81, 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 #C6155D is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 21 | 93 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.22 |
| HSL | 335.59º | 0.81% | 0.43% | - |
| HSV(B) | 335.59º | 0.89% | 0.78% | - |
| XYZ | 25.53 | 13.33 | 11.58 | - |
| YUV | 82.13 | 134.14 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 21 | 93 | 0 | 0.89 | 0.53 | 0.22 | 335.59 | 0.81 | 0.43 |
| Hex | C6 | 15 | 5D | 0 | 59 | 35 | 16 | 150 | 51 | 2B |
| Octal | 306 | 25 | 135 | 0 | 131 | 65 | 26 | 520 | 121 | 53 |
| Binary | 11000110 | 10101 | 1011101 | 0 | 1011001 | 110101 | 10110 | 101010000 | 1010001 | 101011 |
Color Harmonies of #C6155D
Complementary color
Monochromatic Colors of #C6155D
Black with #C6155D
Text Example
Text Example
White with #C6155D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6155D; }
p { color: rgb(198,21,93); }
H1.HeaderClassName
{
color: #C6155D;
}
.AnyTagClassName
{
color: #C6155D;
}
</style>
background-color css
<style>
a { background-color: #C6155D; }
a { background-color: rgb(198,21,93); }
div.DivClassName
{
background-color: #C6155D;
}
.BgClassName
{
background-color: #C6155D;
}
</style>
border-color css
<style>
span { border-color: #C6155D; }
span { border-color: rgb(198,21,93); }
td.TdClassName
{
border-color: #C6155D;
}
.TagClassName
{
border-color: #C6155D;
}
</style>