Shades of Ruby #C70164
Tints of Ruby #C70164
RGB
CMYK
RGB Variations
Color information
#C70164 (or 0xC70164) is known color: Ruby. HEX triplet: C7, 01 and 64. RGB value is (199,1,100). Sum of RGB (Red+Green+Blue) = 199+1+100=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C70164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70164 is #38FE9B. Grayscale: #474747. Windows color (decimal): -3735196 or 6554055. OLE color: 6554055.
HSL color Cylindrical-coordinate representation of color #C70164: hue angle of 330º degrees, saturation: 0.99, 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 #C70164 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 1 | 100 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.22 |
| HSL | 330º | 0.99% | 0.39% | - |
| HSV(B) | 330º | 0.99% | 0.78% | - |
| XYZ | 25.86 | 13.08 | 13.22 | - |
| YUV | 71.49 | 144.1 | 218.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 100 | 0 | 0.99 | 0.50 | 0.22 | 330 | 0.99 | 0.39 |
| Hex | C7 | 1 | 64 | 0 | 63 | 32 | 16 | 14A | 63 | 27 |
| Octal | 307 | 1 | 144 | 0 | 143 | 62 | 26 | 512 | 143 | 47 |
| Binary | 11000111 | 1 | 1100100 | 0 | 1100011 | 110010 | 10110 | 101001010 | 1100011 | 100111 |
Color Harmonies of #C70164
Complementary color
Monochromatic Colors of #C70164
Black with #C70164
Text Example
Text Example
White with #C70164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70164; }
p { color: rgb(199,1,100); }
H1.HeaderClassName
{
color: #C70164;
}
.AnyTagClassName
{
color: #C70164;
}
</style>
background-color css
<style>
a { background-color: #C70164; }
a { background-color: rgb(199,1,100); }
div.DivClassName
{
background-color: #C70164;
}
.BgClassName
{
background-color: #C70164;
}
</style>
border-color css
<style>
span { border-color: #C70164; }
span { border-color: rgb(199,1,100); }
td.TdClassName
{
border-color: #C70164;
}
.TagClassName
{
border-color: #C70164;
}
</style>