Shades of Ruby #C70260
Tints of Ruby #C70260
RGB
CMYK
RGB Variations
Color information
#C70260 (or 0xC70260) is known color: Ruby. HEX triplet: C7, 02 and 60. RGB value is (199,2,96). Sum of RGB (Red+Green+Blue) = 199+2+96=297 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.00% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 199 - color contains mainly: red. Hex color #C70260 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70260 is #38FD9F. Grayscale: #474747. Windows color (decimal): -3734944 or 6292167. OLE color: 6292167.
HSL color Cylindrical-coordinate representation of color #C70260: hue angle of 331.37º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C70260 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 2 | 96 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.22 |
| HSL | 331.37º | 0.98% | 0.39% | - |
| HSV(B) | 331.37º | 0.99% | 0.78% | - |
| XYZ | 25.69 | 13.03 | 12.23 | - |
| YUV | 71.62 | 141.77 | 218.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 96 | 0 | 0.99 | 0.52 | 0.22 | 331.37 | 0.98 | 0.39 |
| Hex | C7 | 2 | 60 | 0 | 63 | 34 | 16 | 14B | 62 | 27 |
| Octal | 307 | 2 | 140 | 0 | 143 | 64 | 26 | 513 | 142 | 47 |
| Binary | 11000111 | 10 | 1100000 | 0 | 1100011 | 110100 | 10110 | 101001011 | 1100010 | 100111 |
Color Harmonies of #C70260
Complementary color
Monochromatic Colors of #C70260
Black with #C70260
Text Example
Text Example
White with #C70260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70260; }
p { color: rgb(199,2,96); }
H1.HeaderClassName
{
color: #C70260;
}
.AnyTagClassName
{
color: #C70260;
}
</style>
background-color css
<style>
a { background-color: #C70260; }
a { background-color: rgb(199,2,96); }
div.DivClassName
{
background-color: #C70260;
}
.BgClassName
{
background-color: #C70260;
}
</style>
border-color css
<style>
span { border-color: #C70260; }
span { border-color: rgb(199,2,96); }
td.TdClassName
{
border-color: #C70260;
}
.TagClassName
{
border-color: #C70260;
}
</style>