Shades of Ruby #C60A62
Tints of Ruby #C60A62
RGB
CMYK
RGB Variations
Color information
#C60A62 (or 0xC60A62) is known color: Ruby. HEX triplet: C6, 0A and 62. RGB value is (198,10,98). Sum of RGB (Red+Green+Blue) = 198+10+98=306 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.71% from 306); Green value is 10 (4.30% from 255 or 3.27% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 198 - color contains mainly: red. Hex color #C60A62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60A62 is #39F59D. Grayscale: #4C4C4C. Windows color (decimal): -3798430 or 6425286. OLE color: 6425286.
HSL color Cylindrical-coordinate representation of color #C60A62: hue angle of 331.91º 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 #C60A62 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 10 | 98 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.22 |
| HSL | 331.91º | 0.9% | 0.41% | - |
| HSV(B) | 331.91º | 0.95% | 0.78% | - |
| XYZ | 25.6 | 13.1 | 12.74 | - |
| YUV | 76.24 | 140.28 | 214.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 10 | 98 | 0 | 0.95 | 0.51 | 0.22 | 331.91 | 0.9 | 0.41 |
| Hex | C6 | A | 62 | 0 | 5F | 33 | 16 | 14C | 5A | 29 |
| Octal | 306 | 12 | 142 | 0 | 137 | 63 | 26 | 514 | 132 | 51 |
| Binary | 11000110 | 1010 | 1100010 | 0 | 1011111 | 110011 | 10110 | 101001100 | 1011010 | 101001 |
Color Harmonies of #C60A62
Complementary color
Monochromatic Colors of #C60A62
Black with #C60A62
Text Example
Text Example
White with #C60A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60A62; }
p { color: rgb(198,10,98); }
H1.HeaderClassName
{
color: #C60A62;
}
.AnyTagClassName
{
color: #C60A62;
}
</style>
background-color css
<style>
a { background-color: #C60A62; }
a { background-color: rgb(198,10,98); }
div.DivClassName
{
background-color: #C60A62;
}
.BgClassName
{
background-color: #C60A62;
}
</style>
border-color css
<style>
span { border-color: #C60A62; }
span { border-color: rgb(198,10,98); }
td.TdClassName
{
border-color: #C60A62;
}
.TagClassName
{
border-color: #C60A62;
}
</style>