Shades of Ruby #C70864
Tints of Ruby #C70864
RGB
CMYK
RGB Variations
Color information
#C70864 (or 0xC70864) is known color: Ruby. HEX triplet: C7, 08 and 64. RGB value is (199,8,100). Sum of RGB (Red+Green+Blue) = 199+8+100=307 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.82% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 199 - color contains mainly: red. Hex color #C70864 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70864 is #38F79B. Grayscale: #4B4B4B. Windows color (decimal): -3733404 or 6555847. OLE color: 6555847.
HSL color Cylindrical-coordinate representation of color #C70864: hue angle of 331.1º 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 #C70864 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 100 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.22 |
| HSL | 331.1º | 0.92% | 0.41% | - |
| HSV(B) | 331.1º | 0.96% | 0.78% | - |
| XYZ | 25.94 | 13.24 | 13.24 | - |
| YUV | 75.6 | 141.78 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 100 | 0 | 0.96 | 0.50 | 0.22 | 331.1 | 0.92 | 0.41 |
| Hex | C7 | 8 | 64 | 0 | 60 | 32 | 16 | 14B | 5C | 29 |
| Octal | 307 | 10 | 144 | 0 | 140 | 62 | 26 | 513 | 134 | 51 |
| Binary | 11000111 | 1000 | 1100100 | 0 | 1100000 | 110010 | 10110 | 101001011 | 1011100 | 101001 |
Color Harmonies of #C70864
Complementary color
Monochromatic Colors of #C70864
Black with #C70864
Text Example
Text Example
White with #C70864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70864; }
p { color: rgb(199,8,100); }
H1.HeaderClassName
{
color: #C70864;
}
.AnyTagClassName
{
color: #C70864;
}
</style>
background-color css
<style>
a { background-color: #C70864; }
a { background-color: rgb(199,8,100); }
div.DivClassName
{
background-color: #C70864;
}
.BgClassName
{
background-color: #C70864;
}
</style>
border-color css
<style>
span { border-color: #C70864; }
span { border-color: rgb(199,8,100); }
td.TdClassName
{
border-color: #C70864;
}
.TagClassName
{
border-color: #C70864;
}
</style>