Shades of Ruby #C70169
Tints of Ruby #C70169
RGB
CMYK
RGB Variations
Color information
#C70169 (or 0xC70169) is known color: Ruby. HEX triplet: C7, 01 and 69. RGB value is (199,1,105). Sum of RGB (Red+Green+Blue) = 199+1+105=305 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.25% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 199 - color contains mainly: red. Hex color #C70169 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70169 is #38FE96. Grayscale: #474747. Windows color (decimal): -3735191 or 6881735. OLE color: 6881735.
HSL color Cylindrical-coordinate representation of color #C70169: hue angle of 328.48º 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 #C70169 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 1 | 105 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.22 |
| HSL | 328.48º | 0.99% | 0.39% | - |
| HSV(B) | 328.48º | 0.99% | 0.78% | - |
| XYZ | 26.11 | 13.18 | 14.53 | - |
| YUV | 72.06 | 146.6 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 105 | 0 | 0.99 | 0.47 | 0.22 | 328.48 | 0.99 | 0.39 |
| Hex | C7 | 1 | 69 | 0 | 63 | 2F | 16 | 148 | 63 | 27 |
| Octal | 307 | 1 | 151 | 0 | 143 | 57 | 26 | 510 | 143 | 47 |
| Binary | 11000111 | 1 | 1101001 | 0 | 1100011 | 101111 | 10110 | 101001000 | 1100011 | 100111 |
Color Harmonies of #C70169
Complementary color
Monochromatic Colors of #C70169
Black with #C70169
Text Example
Text Example
White with #C70169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70169; }
p { color: rgb(199,1,105); }
H1.HeaderClassName
{
color: #C70169;
}
.AnyTagClassName
{
color: #C70169;
}
</style>
background-color css
<style>
a { background-color: #C70169; }
a { background-color: rgb(199,1,105); }
div.DivClassName
{
background-color: #C70169;
}
.BgClassName
{
background-color: #C70169;
}
</style>
border-color css
<style>
span { border-color: #C70169; }
span { border-color: rgb(199,1,105); }
td.TdClassName
{
border-color: #C70169;
}
.TagClassName
{
border-color: #C70169;
}
</style>