Shades of Ruby #C70266
Tints of Ruby #C70266
RGB
CMYK
RGB Variations
Color information
#C70266 (or 0xC70266) is known color: Ruby. HEX triplet: C7, 02 and 66. RGB value is (199,2,102). Sum of RGB (Red+Green+Blue) = 199+2+102=303 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.68% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 199 - color contains mainly: red. Hex color #C70266 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70266 is #38FD99. Grayscale: #484848. Windows color (decimal): -3734938 or 6685383. OLE color: 6685383.
HSL color Cylindrical-coordinate representation of color #C70266: hue angle of 329.54º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C70266 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 2 | 102 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.22 |
| HSL | 329.54º | 0.98% | 0.39% | - |
| HSV(B) | 329.54º | 0.99% | 0.78% | - |
| XYZ | 25.97 | 13.14 | 13.74 | - |
| YUV | 72.3 | 144.77 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 102 | 0 | 0.99 | 0.49 | 0.22 | 329.54 | 0.98 | 0.39 |
| Hex | C7 | 2 | 66 | 0 | 63 | 31 | 16 | 14A | 62 | 27 |
| Octal | 307 | 2 | 146 | 0 | 143 | 61 | 26 | 512 | 142 | 47 |
| Binary | 11000111 | 10 | 1100110 | 0 | 1100011 | 110001 | 10110 | 101001010 | 1100010 | 100111 |
Color Harmonies of #C70266
Complementary color
Monochromatic Colors of #C70266
Black with #C70266
Text Example
Text Example
White with #C70266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70266; }
p { color: rgb(199,2,102); }
H1.HeaderClassName
{
color: #C70266;
}
.AnyTagClassName
{
color: #C70266;
}
</style>
background-color css
<style>
a { background-color: #C70266; }
a { background-color: rgb(199,2,102); }
div.DivClassName
{
background-color: #C70266;
}
.BgClassName
{
background-color: #C70266;
}
</style>
border-color css
<style>
span { border-color: #C70266; }
span { border-color: rgb(199,2,102); }
td.TdClassName
{
border-color: #C70266;
}
.TagClassName
{
border-color: #C70266;
}
</style>