Shades of Ruby #C70861
Tints of Ruby #C70861
RGB
CMYK
RGB Variations
Color information
#C70861 (or 0xC70861) is known color: Ruby. HEX triplet: C7, 08 and 61. RGB value is (199,8,97). Sum of RGB (Red+Green+Blue) = 199+8+97=304 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.46% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 199 - color contains mainly: red. Hex color #C70861 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70861 is #38F79E. Grayscale: #4B4B4B. Windows color (decimal): -3733407 or 6359239. OLE color: 6359239.
HSL color Cylindrical-coordinate representation of color #C70861: hue angle of 332.04º 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 #C70861 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 97 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.22 |
| HSL | 332.04º | 0.92% | 0.41% | - |
| HSV(B) | 332.04º | 0.96% | 0.78% | - |
| XYZ | 25.8 | 13.18 | 12.49 | - |
| YUV | 75.26 | 140.28 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 97 | 0 | 0.96 | 0.51 | 0.22 | 332.04 | 0.92 | 0.41 |
| Hex | C7 | 8 | 61 | 0 | 60 | 33 | 16 | 14C | 5C | 29 |
| Octal | 307 | 10 | 141 | 0 | 140 | 63 | 26 | 514 | 134 | 51 |
| Binary | 11000111 | 1000 | 1100001 | 0 | 1100000 | 110011 | 10110 | 101001100 | 1011100 | 101001 |
Color Harmonies of #C70861
Complementary color
Monochromatic Colors of #C70861
Black with #C70861
Text Example
Text Example
White with #C70861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70861; }
p { color: rgb(199,8,97); }
H1.HeaderClassName
{
color: #C70861;
}
.AnyTagClassName
{
color: #C70861;
}
</style>
background-color css
<style>
a { background-color: #C70861; }
a { background-color: rgb(199,8,97); }
div.DivClassName
{
background-color: #C70861;
}
.BgClassName
{
background-color: #C70861;
}
</style>
border-color css
<style>
span { border-color: #C70861; }
span { border-color: rgb(199,8,97); }
td.TdClassName
{
border-color: #C70861;
}
.TagClassName
{
border-color: #C70861;
}
</style>