Shades of Ruby #C70466
Tints of Ruby #C70466
RGB
CMYK
RGB Variations
Color information
#C70466 (or 0xC70466) is known color: Ruby. HEX triplet: C7, 04 and 66. RGB value is (199,4,102). Sum of RGB (Red+Green+Blue) = 199+4+102=305 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.25% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 199 - color contains mainly: red. Hex color #C70466 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70466 is #38FB99. Grayscale: #494949. Windows color (decimal): -3734426 or 6685895. OLE color: 6685895.
HSL color Cylindrical-coordinate representation of color #C70466: hue angle of 329.85º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C70466 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 4 | 102 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.22 |
| HSL | 329.85º | 0.96% | 0.4% | - |
| HSV(B) | 329.85º | 0.98% | 0.78% | - |
| XYZ | 25.99 | 13.19 | 13.75 | - |
| YUV | 73.48 | 144.1 | 217.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 4 | 102 | 0 | 0.98 | 0.49 | 0.22 | 329.85 | 0.96 | 0.4 |
| Hex | C7 | 4 | 66 | 0 | 62 | 31 | 16 | 14A | 60 | 28 |
| Octal | 307 | 4 | 146 | 0 | 142 | 61 | 26 | 512 | 140 | 50 |
| Binary | 11000111 | 100 | 1100110 | 0 | 1100010 | 110001 | 10110 | 101001010 | 1100000 | 101000 |
Color Harmonies of #C70466
Complementary color
Monochromatic Colors of #C70466
Black with #C70466
Text Example
Text Example
White with #C70466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70466; }
p { color: rgb(199,4,102); }
H1.HeaderClassName
{
color: #C70466;
}
.AnyTagClassName
{
color: #C70466;
}
</style>
background-color css
<style>
a { background-color: #C70466; }
a { background-color: rgb(199,4,102); }
div.DivClassName
{
background-color: #C70466;
}
.BgClassName
{
background-color: #C70466;
}
</style>
border-color css
<style>
span { border-color: #C70466; }
span { border-color: rgb(199,4,102); }
td.TdClassName
{
border-color: #C70466;
}
.TagClassName
{
border-color: #C70466;
}
</style>