Shades of Ruby #C61365
Tints of Ruby #C61365
RGB
CMYK
RGB Variations
Color information
#C61365 (or 0xC61365) is known color: Ruby. HEX triplet: C6, 13 and 65. RGB value is (198,19,101). Sum of RGB (Red+Green+Blue) = 198+19+101=318 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.26% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 198 - color contains mainly: red. Hex color #C61365 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61365 is #39EC9A. Grayscale: #515151. Windows color (decimal): -3796123 or 6624198. OLE color: 6624198.
HSL color Cylindrical-coordinate representation of color #C61365: hue angle of 332.51º 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 #C61365 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 101 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.22 |
| HSL | 332.51º | 0.82% | 0.43% | - |
| HSV(B) | 332.51º | 0.9% | 0.78% | - |
| XYZ | 25.87 | 13.41 | 13.54 | - |
| YUV | 81.87 | 138.8 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 101 | 0 | 0.90 | 0.49 | 0.22 | 332.51 | 0.82 | 0.43 |
| Hex | C6 | 13 | 65 | 0 | 5A | 31 | 16 | 14D | 52 | 2B |
| Octal | 306 | 23 | 145 | 0 | 132 | 61 | 26 | 515 | 122 | 53 |
| Binary | 11000110 | 10011 | 1100101 | 0 | 1011010 | 110001 | 10110 | 101001101 | 1010010 | 101011 |
Color Harmonies of #C61365
Complementary color
Monochromatic Colors of #C61365
Black with #C61365
Text Example
Text Example
White with #C61365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61365; }
p { color: rgb(198,19,101); }
H1.HeaderClassName
{
color: #C61365;
}
.AnyTagClassName
{
color: #C61365;
}
</style>
background-color css
<style>
a { background-color: #C61365; }
a { background-color: rgb(198,19,101); }
div.DivClassName
{
background-color: #C61365;
}
.BgClassName
{
background-color: #C61365;
}
</style>
border-color css
<style>
span { border-color: #C61365; }
span { border-color: rgb(198,19,101); }
td.TdClassName
{
border-color: #C61365;
}
.TagClassName
{
border-color: #C61365;
}
</style>