Shades of Ruby #C71869
Tints of Ruby #C71869
RGB
CMYK
RGB Variations
Color information
#C71869 (or 0xC71869) is known color: Ruby. HEX triplet: C7, 18 and 69. RGB value is (199,24,105). Sum of RGB (Red+Green+Blue) = 199+24+105=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C71869 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71869 is #38E796. Grayscale: #555555. Windows color (decimal): -3729303 or 6887623. OLE color: 6887623.
HSL color Cylindrical-coordinate representation of color #C71869: hue angle of 332.23º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71869 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 24 | 105 | - |
| CMYK | 0 | 0.88 | 0.47 | 0.22 |
| HSL | 332.23º | 0.78% | 0.44% | - |
| HSV(B) | 332.23º | 0.88% | 0.78% | - |
| XYZ | 26.43 | 13.82 | 14.64 | - |
| YUV | 85.56 | 138.98 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 24 | 105 | 0 | 0.88 | 0.47 | 0.22 | 332.23 | 0.78 | 0.44 |
| Hex | C7 | 18 | 69 | 0 | 58 | 2F | 16 | 14C | 4E | 2C |
| Octal | 307 | 30 | 151 | 0 | 130 | 57 | 26 | 514 | 116 | 54 |
| Binary | 11000111 | 11000 | 1101001 | 0 | 1011000 | 101111 | 10110 | 101001100 | 1001110 | 101100 |
Color Harmonies of #C71869
Complementary color
Monochromatic Colors of #C71869
Black with #C71869
Text Example
Text Example
White with #C71869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71869; }
p { color: rgb(199,24,105); }
H1.HeaderClassName
{
color: #C71869;
}
.AnyTagClassName
{
color: #C71869;
}
</style>
background-color css
<style>
a { background-color: #C71869; }
a { background-color: rgb(199,24,105); }
div.DivClassName
{
background-color: #C71869;
}
.BgClassName
{
background-color: #C71869;
}
</style>
border-color css
<style>
span { border-color: #C71869; }
span { border-color: rgb(199,24,105); }
td.TdClassName
{
border-color: #C71869;
}
.TagClassName
{
border-color: #C71869;
}
</style>