Shades of Ruby #C70860
Tints of Ruby #C70860
RGB
CMYK
RGB Variations
Color information
#C70860 (or 0xC70860) is known color: Ruby. HEX triplet: C7, 08 and 60. RGB value is (199,8,96). Sum of RGB (Red+Green+Blue) = 199+8+96=303 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.68% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 199 - color contains mainly: red. Hex color #C70860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70860 is #38F79F. Grayscale: #4A4A4A. Windows color (decimal): -3733408 or 6293703. OLE color: 6293703.
HSL color Cylindrical-coordinate representation of color #C70860: hue angle of 332.36º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C70860 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 96 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.22 |
| HSL | 332.36º | 0.92% | 0.41% | - |
| HSV(B) | 332.36º | 0.96% | 0.78% | - |
| XYZ | 25.75 | 13.16 | 12.25 | - |
| YUV | 75.14 | 139.78 | 216.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 96 | 0 | 0.96 | 0.52 | 0.22 | 332.36 | 0.92 | 0.41 |
| Hex | C7 | 8 | 60 | 0 | 60 | 34 | 16 | 14C | 5C | 29 |
| Octal | 307 | 10 | 140 | 0 | 140 | 64 | 26 | 514 | 134 | 51 |
| Binary | 11000111 | 1000 | 1100000 | 0 | 1100000 | 110100 | 10110 | 101001100 | 1011100 | 101001 |
Color Harmonies of #C70860
Complementary color
Monochromatic Colors of #C70860
Black with #C70860
Text Example
Text Example
White with #C70860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70860; }
p { color: rgb(199,8,96); }
H1.HeaderClassName
{
color: #C70860;
}
.AnyTagClassName
{
color: #C70860;
}
</style>
background-color css
<style>
a { background-color: #C70860; }
a { background-color: rgb(199,8,96); }
div.DivClassName
{
background-color: #C70860;
}
.BgClassName
{
background-color: #C70860;
}
</style>
border-color css
<style>
span { border-color: #C70860; }
span { border-color: rgb(199,8,96); }
td.TdClassName
{
border-color: #C70860;
}
.TagClassName
{
border-color: #C70860;
}
</style>