Shades of Ruby #C60B63
Tints of Ruby #C60B63
RGB
CMYK
RGB Variations
Color information
#C60B63 (or 0xC60B63) is known color: Ruby. HEX triplet: C6, 0B and 63. RGB value is (198,11,99). Sum of RGB (Red+Green+Blue) = 198+11+99=308 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.29% from 308); Green value is 11 (4.69% from 255 or 3.57% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 198 - color contains mainly: red. Hex color #C60B63 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60B63 is #39F49C. Grayscale: #4C4C4C. Windows color (decimal): -3798173 or 6491078. OLE color: 6491078.
HSL color Cylindrical-coordinate representation of color #C60B63: hue angle of 331.76º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60B63 is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 11 | 99 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.22 |
| HSL | 331.76º | 0.89% | 0.41% | - |
| HSV(B) | 331.76º | 0.94% | 0.78% | - |
| XYZ | 25.66 | 13.15 | 12.99 | - |
| YUV | 76.95 | 140.45 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 11 | 99 | 0 | 0.94 | 0.50 | 0.22 | 331.76 | 0.89 | 0.41 |
| Hex | C6 | B | 63 | 0 | 5E | 32 | 16 | 14C | 59 | 29 |
| Octal | 306 | 13 | 143 | 0 | 136 | 62 | 26 | 514 | 131 | 51 |
| Binary | 11000110 | 1011 | 1100011 | 0 | 1011110 | 110010 | 10110 | 101001100 | 1011001 | 101001 |
Color Harmonies of #C60B63
Complementary color
Monochromatic Colors of #C60B63
Black with #C60B63
Text Example
Text Example
White with #C60B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60B63; }
p { color: rgb(198,11,99); }
H1.HeaderClassName
{
color: #C60B63;
}
.AnyTagClassName
{
color: #C60B63;
}
</style>
background-color css
<style>
a { background-color: #C60B63; }
a { background-color: rgb(198,11,99); }
div.DivClassName
{
background-color: #C60B63;
}
.BgClassName
{
background-color: #C60B63;
}
</style>
border-color css
<style>
span { border-color: #C60B63; }
span { border-color: rgb(198,11,99); }
td.TdClassName
{
border-color: #C60B63;
}
.TagClassName
{
border-color: #C60B63;
}
</style>