Shades of Ruby #C60060
Tints of Ruby #C60060
RGB
CMYK
RGB Variations
Color information
#C60060 (or 0xC60060) is known color: Ruby. HEX triplet: C6, 00 and 60. RGB value is (198,0,96). Sum of RGB (Red+Green+Blue) = 198+0+96=294 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.35% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 198 - color contains mainly: red. Hex color #C60060 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60060 is #39FF9F. Grayscale: #454545. Windows color (decimal): -3800992 or 6291654. OLE color: 6291654.
HSL color Cylindrical-coordinate representation of color #C60060: hue angle of 330.91º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C60060 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 96 | - |
| CMYK | 0 | 1 | 0.52 | 0.22 |
| HSL | 330.91º | 1% | 0.39% | - |
| HSV(B) | 330.91º | 1% | 0.78% | - |
| XYZ | 25.4 | 12.85 | 12.21 | - |
| YUV | 70.15 | 142.6 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 96 | 0 | 1 | 0.52 | 0.22 | 330.91 | 1 | 0.39 |
| Hex | C6 | 0 | 60 | 0 | 64 | 34 | 16 | 14B | 64 | 27 |
| Octal | 306 | 0 | 140 | 0 | 144 | 64 | 26 | 513 | 144 | 47 |
| Binary | 11000110 | 0 | 1100000 | 0 | 1100100 | 110100 | 10110 | 101001011 | 1100100 | 100111 |
Color Harmonies of #C60060
Complementary color
Monochromatic Colors of #C60060
Black with #C60060
Text Example
Text Example
White with #C60060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60060; }
p { color: rgb(198,0,96); }
H1.HeaderClassName
{
color: #C60060;
}
.AnyTagClassName
{
color: #C60060;
}
</style>
background-color css
<style>
a { background-color: #C60060; }
a { background-color: rgb(198,0,96); }
div.DivClassName
{
background-color: #C60060;
}
.BgClassName
{
background-color: #C60060;
}
</style>
border-color css
<style>
span { border-color: #C60060; }
span { border-color: rgb(198,0,96); }
td.TdClassName
{
border-color: #C60060;
}
.TagClassName
{
border-color: #C60060;
}
</style>