Shades of Ruby #C61364
Tints of Ruby #C61364
RGB
CMYK
RGB Variations
Color information
#C61364 (or 0xC61364) is known color: Ruby. HEX triplet: C6, 13 and 64. RGB value is (198,19,100). Sum of RGB (Red+Green+Blue) = 198+19+100=317 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.46% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 198 - color contains mainly: red. Hex color #C61364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61364 is #39EC9B. Grayscale: #515151. Windows color (decimal): -3796124 or 6558662. OLE color: 6558662.
HSL color Cylindrical-coordinate representation of color #C61364: hue angle of 332.85º 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 #C61364 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 100 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.22 |
| HSL | 332.85º | 0.82% | 0.43% | - |
| HSV(B) | 332.85º | 0.9% | 0.78% | - |
| XYZ | 25.82 | 13.39 | 13.28 | - |
| YUV | 81.76 | 138.3 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 100 | 0 | 0.90 | 0.49 | 0.22 | 332.85 | 0.82 | 0.43 |
| Hex | C6 | 13 | 64 | 0 | 5A | 31 | 16 | 14D | 52 | 2B |
| Octal | 306 | 23 | 144 | 0 | 132 | 61 | 26 | 515 | 122 | 53 |
| Binary | 11000110 | 10011 | 1100100 | 0 | 1011010 | 110001 | 10110 | 101001101 | 1010010 | 101011 |
Color Harmonies of #C61364
Complementary color
Monochromatic Colors of #C61364
Black with #C61364
Text Example
Text Example
White with #C61364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61364; }
p { color: rgb(198,19,100); }
H1.HeaderClassName
{
color: #C61364;
}
.AnyTagClassName
{
color: #C61364;
}
</style>
background-color css
<style>
a { background-color: #C61364; }
a { background-color: rgb(198,19,100); }
div.DivClassName
{
background-color: #C61364;
}
.BgClassName
{
background-color: #C61364;
}
</style>
border-color css
<style>
span { border-color: #C61364; }
span { border-color: rgb(198,19,100); }
td.TdClassName
{
border-color: #C61364;
}
.TagClassName
{
border-color: #C61364;
}
</style>