Shades of Ruby #C61355
Tints of Ruby #C61355
RGB
CMYK
RGB Variations
Color information
#C61355 (or 0xC61355) is known color: Ruby. HEX triplet: C6, 13 and 55. RGB value is (198,19,85). Sum of RGB (Red+Green+Blue) = 198+19+85=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C61355 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61355 is #39ECAA. Grayscale: #4F4F4F. Windows color (decimal): -3796139 or 5575622. OLE color: 5575622.
HSL color Cylindrical-coordinate representation of color #C61355: hue angle of 337.88º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61355 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 85 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.22 |
| HSL | 337.88º | 0.82% | 0.43% | - |
| HSV(B) | 337.88º | 0.9% | 0.78% | - |
| XYZ | 25.16 | 13.13 | 9.8 | - |
| YUV | 80.05 | 130.8 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 85 | 0 | 0.90 | 0.57 | 0.22 | 337.88 | 0.82 | 0.43 |
| Hex | C6 | 13 | 55 | 0 | 5A | 39 | 16 | 152 | 52 | 2B |
| Octal | 306 | 23 | 125 | 0 | 132 | 71 | 26 | 522 | 122 | 53 |
| Binary | 11000110 | 10011 | 1010101 | 0 | 1011010 | 111001 | 10110 | 101010010 | 1010010 | 101011 |
Color Harmonies of #C61355
Complementary color
Monochromatic Colors of #C61355
Black with #C61355
Text Example
Text Example
White with #C61355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61355; }
p { color: rgb(198,19,85); }
H1.HeaderClassName
{
color: #C61355;
}
.AnyTagClassName
{
color: #C61355;
}
</style>
background-color css
<style>
a { background-color: #C61355; }
a { background-color: rgb(198,19,85); }
div.DivClassName
{
background-color: #C61355;
}
.BgClassName
{
background-color: #C61355;
}
</style>
border-color css
<style>
span { border-color: #C61355; }
span { border-color: rgb(198,19,85); }
td.TdClassName
{
border-color: #C61355;
}
.TagClassName
{
border-color: #C61355;
}
</style>