Shades of Ruby #C61B64
Tints of Ruby #C61B64
RGB
CMYK
RGB Variations
Color information
#C61B64 (or 0xC61B64) is known color: Ruby. HEX triplet: C6, 1B and 64. RGB value is (198,27,100). Sum of RGB (Red+Green+Blue) = 198+27+100=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 27 (10.94% from 255 or 8.31% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C61B64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61B64 is #39E49B. Grayscale: #565656. Windows color (decimal): -3794076 or 6560710. OLE color: 6560710.
HSL color Cylindrical-coordinate representation of color #C61B64: hue angle of 334.39º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C61B64 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 27 | 100 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.22 |
| HSL | 334.39º | 0.76% | 0.44% | - |
| HSV(B) | 334.39º | 0.86% | 0.78% | - |
| XYZ | 25.98 | 13.71 | 13.33 | - |
| YUV | 86.45 | 135.65 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 27 | 100 | 0 | 0.86 | 0.49 | 0.22 | 334.39 | 0.76 | 0.44 |
| Hex | C6 | 1B | 64 | 0 | 56 | 31 | 16 | 14E | 4C | 2C |
| Octal | 306 | 33 | 144 | 0 | 126 | 61 | 26 | 516 | 114 | 54 |
| Binary | 11000110 | 11011 | 1100100 | 0 | 1010110 | 110001 | 10110 | 101001110 | 1001100 | 101100 |
Color Harmonies of #C61B64
Complementary color
Monochromatic Colors of #C61B64
Black with #C61B64
Text Example
Text Example
White with #C61B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61B64; }
p { color: rgb(198,27,100); }
H1.HeaderClassName
{
color: #C61B64;
}
.AnyTagClassName
{
color: #C61B64;
}
</style>
background-color css
<style>
a { background-color: #C61B64; }
a { background-color: rgb(198,27,100); }
div.DivClassName
{
background-color: #C61B64;
}
.BgClassName
{
background-color: #C61B64;
}
</style>
border-color css
<style>
span { border-color: #C61B64; }
span { border-color: rgb(198,27,100); }
td.TdClassName
{
border-color: #C61B64;
}
.TagClassName
{
border-color: #C61B64;
}
</style>