Shades of Ruby #C60A63
Tints of Ruby #C60A63
RGB
CMYK
RGB Variations
Color information
#C60A63 (or 0xC60A63) is known color: Ruby. HEX triplet: C6, 0A and 63. RGB value is (198,10,99). Sum of RGB (Red+Green+Blue) = 198+10+99=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 10 (4.30% from 255 or 3.26% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C60A63 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60A63 is #39F59C. Grayscale: #4C4C4C. Windows color (decimal): -3798429 or 6490822. OLE color: 6490822.
HSL color Cylindrical-coordinate representation of color #C60A63: hue angle of 331.6º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60A63 is Cyan = 0, Magento = 0.95, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 10 | 99 | - |
| CMYK | 0 | 0.95 | 0.50 | 0.22 |
| HSL | 331.6º | 0.9% | 0.41% | - |
| HSV(B) | 331.6º | 0.95% | 0.78% | - |
| XYZ | 25.65 | 13.12 | 12.99 | - |
| YUV | 76.36 | 140.78 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 10 | 99 | 0 | 0.95 | 0.50 | 0.22 | 331.6 | 0.9 | 0.41 |
| Hex | C6 | A | 63 | 0 | 5F | 32 | 16 | 14C | 5A | 29 |
| Octal | 306 | 12 | 143 | 0 | 137 | 62 | 26 | 514 | 132 | 51 |
| Binary | 11000110 | 1010 | 1100011 | 0 | 1011111 | 110010 | 10110 | 101001100 | 1011010 | 101001 |
Color Harmonies of #C60A63
Complementary color
Monochromatic Colors of #C60A63
Black with #C60A63
Text Example
Text Example
White with #C60A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60A63; }
p { color: rgb(198,10,99); }
H1.HeaderClassName
{
color: #C60A63;
}
.AnyTagClassName
{
color: #C60A63;
}
</style>
background-color css
<style>
a { background-color: #C60A63; }
a { background-color: rgb(198,10,99); }
div.DivClassName
{
background-color: #C60A63;
}
.BgClassName
{
background-color: #C60A63;
}
</style>
border-color css
<style>
span { border-color: #C60A63; }
span { border-color: rgb(198,10,99); }
td.TdClassName
{
border-color: #C60A63;
}
.TagClassName
{
border-color: #C60A63;
}
</style>