Shades of Ruby #C70869
Tints of Ruby #C70869
RGB
CMYK
RGB Variations
Color information
#C70869 (or 0xC70869) is known color: Ruby. HEX triplet: C7, 08 and 69. RGB value is (199,8,105). Sum of RGB (Red+Green+Blue) = 199+8+105=312 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.78% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 105 (41.41% from 255 or 33.65% from 312); Max value from RGB is 199 - color contains mainly: red. Hex color #C70869 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70869 is #38F796. Grayscale: #4B4B4B. Windows color (decimal): -3733399 or 6883527. OLE color: 6883527.
HSL color Cylindrical-coordinate representation of color #C70869: hue angle of 329.53º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C70869 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 105 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.22 |
| HSL | 329.53º | 0.92% | 0.41% | - |
| HSV(B) | 329.53º | 0.96% | 0.78% | - |
| XYZ | 26.19 | 13.34 | 14.56 | - |
| YUV | 76.17 | 144.28 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 105 | 0 | 0.96 | 0.47 | 0.22 | 329.53 | 0.92 | 0.41 |
| Hex | C7 | 8 | 69 | 0 | 60 | 2F | 16 | 14A | 5C | 29 |
| Octal | 307 | 10 | 151 | 0 | 140 | 57 | 26 | 512 | 134 | 51 |
| Binary | 11000111 | 1000 | 1101001 | 0 | 1100000 | 101111 | 10110 | 101001010 | 1011100 | 101001 |
Color Harmonies of #C70869
Complementary color
Monochromatic Colors of #C70869
Black with #C70869
Text Example
Text Example
White with #C70869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70869; }
p { color: rgb(199,8,105); }
H1.HeaderClassName
{
color: #C70869;
}
.AnyTagClassName
{
color: #C70869;
}
</style>
background-color css
<style>
a { background-color: #C70869; }
a { background-color: rgb(199,8,105); }
div.DivClassName
{
background-color: #C70869;
}
.BgClassName
{
background-color: #C70869;
}
</style>
border-color css
<style>
span { border-color: #C70869; }
span { border-color: rgb(199,8,105); }
td.TdClassName
{
border-color: #C70869;
}
.TagClassName
{
border-color: #C70869;
}
</style>