Shades of Ruby #C70966
Tints of Ruby #C70966
RGB
CMYK
RGB Variations
Color information
#C70966 (or 0xC70966) is known color: Ruby. HEX triplet: C7, 09 and 66. RGB value is (199,9,102). Sum of RGB (Red+Green+Blue) = 199+9+102=310 (41% of max value = 765). Red value is 199 (78.12% from 255 or 64.19% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 199 - color contains mainly: red. Hex color #C70966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70966 is #38F699. Grayscale: #4C4C4C. Windows color (decimal): -3733146 or 6687175. OLE color: 6687175.
HSL color Cylindrical-coordinate representation of color #C70966: hue angle of 330.63º degrees, saturation: 0.91, 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 #C70966 is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 9 | 102 | - |
| CMYK | 0 | 0.95 | 0.49 | 0.22 |
| HSL | 330.63º | 0.91% | 0.41% | - |
| HSV(B) | 330.63º | 0.95% | 0.78% | - |
| XYZ | 26.05 | 13.3 | 13.76 | - |
| YUV | 76.41 | 142.45 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 9 | 102 | 0 | 0.95 | 0.49 | 0.22 | 330.63 | 0.91 | 0.41 |
| Hex | C7 | 9 | 66 | 0 | 5F | 31 | 16 | 14B | 5B | 29 |
| Octal | 307 | 11 | 146 | 0 | 137 | 61 | 26 | 513 | 133 | 51 |
| Binary | 11000111 | 1001 | 1100110 | 0 | 1011111 | 110001 | 10110 | 101001011 | 1011011 | 101001 |
Color Harmonies of #C70966
Complementary color
Monochromatic Colors of #C70966
Black with #C70966
Text Example
Text Example
White with #C70966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70966; }
p { color: rgb(199,9,102); }
H1.HeaderClassName
{
color: #C70966;
}
.AnyTagClassName
{
color: #C70966;
}
</style>
background-color css
<style>
a { background-color: #C70966; }
a { background-color: rgb(199,9,102); }
div.DivClassName
{
background-color: #C70966;
}
.BgClassName
{
background-color: #C70966;
}
</style>
border-color css
<style>
span { border-color: #C70966; }
span { border-color: rgb(199,9,102); }
td.TdClassName
{
border-color: #C70966;
}
.TagClassName
{
border-color: #C70966;
}
</style>