Shades of Ruby #C70969
Tints of Ruby #C70969
RGB
CMYK
RGB Variations
Color information
#C70969 (or 0xC70969) is known color: Ruby. HEX triplet: C7, 09 and 69. RGB value is (199,9,105). Sum of RGB (Red+Green+Blue) = 199+9+105=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C70969 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70969 is #38F696. Grayscale: #4C4C4C. Windows color (decimal): -3733143 or 6883783. OLE color: 6883783.
HSL color Cylindrical-coordinate representation of color #C70969: hue angle of 329.68º 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 #C70969 is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 9 | 105 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.22 |
| HSL | 329.68º | 0.91% | 0.41% | - |
| HSV(B) | 329.68º | 0.95% | 0.78% | - |
| XYZ | 26.2 | 13.36 | 14.56 | - |
| YUV | 76.75 | 143.95 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 9 | 105 | 0 | 0.95 | 0.47 | 0.22 | 329.68 | 0.91 | 0.41 |
| Hex | C7 | 9 | 69 | 0 | 5F | 2F | 16 | 14A | 5B | 29 |
| Octal | 307 | 11 | 151 | 0 | 137 | 57 | 26 | 512 | 133 | 51 |
| Binary | 11000111 | 1001 | 1101001 | 0 | 1011111 | 101111 | 10110 | 101001010 | 1011011 | 101001 |
Color Harmonies of #C70969
Complementary color
Monochromatic Colors of #C70969
Black with #C70969
Text Example
Text Example
White with #C70969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70969; }
p { color: rgb(199,9,105); }
H1.HeaderClassName
{
color: #C70969;
}
.AnyTagClassName
{
color: #C70969;
}
</style>
background-color css
<style>
a { background-color: #C70969; }
a { background-color: rgb(199,9,105); }
div.DivClassName
{
background-color: #C70969;
}
.BgClassName
{
background-color: #C70969;
}
</style>
border-color css
<style>
span { border-color: #C70969; }
span { border-color: rgb(199,9,105); }
td.TdClassName
{
border-color: #C70969;
}
.TagClassName
{
border-color: #C70969;
}
</style>