Shades of Ruby #C71065
Tints of Ruby #C71065
RGB
CMYK
RGB Variations
Color information
#C71065 (or 0xC71065) is known color: Ruby. HEX triplet: C7, 10 and 65. RGB value is (199,16,101). Sum of RGB (Red+Green+Blue) = 199+16+101=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 16 (6.64% from 255 or 5.06% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C71065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71065 is #38EF9A. Grayscale: #505050. Windows color (decimal): -3731355 or 6623431. OLE color: 6623431.
HSL color Cylindrical-coordinate representation of color #C71065: hue angle of 332.13º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C71065 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 16 | 101 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.22 |
| HSL | 332.13º | 0.85% | 0.42% | - |
| HSV(B) | 332.13º | 0.92% | 0.78% | - |
| XYZ | 26.09 | 13.45 | 13.53 | - |
| YUV | 80.41 | 139.63 | 212.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 16 | 101 | 0 | 0.92 | 0.49 | 0.22 | 332.13 | 0.85 | 0.42 |
| Hex | C7 | 10 | 65 | 0 | 5C | 31 | 16 | 14C | 55 | 2A |
| Octal | 307 | 20 | 145 | 0 | 134 | 61 | 26 | 514 | 125 | 52 |
| Binary | 11000111 | 10000 | 1100101 | 0 | 1011100 | 110001 | 10110 | 101001100 | 1010101 | 101010 |
Color Harmonies of #C71065
Complementary color
Monochromatic Colors of #C71065
Black with #C71065
Text Example
Text Example
White with #C71065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71065; }
p { color: rgb(199,16,101); }
H1.HeaderClassName
{
color: #C71065;
}
.AnyTagClassName
{
color: #C71065;
}
</style>
background-color css
<style>
a { background-color: #C71065; }
a { background-color: rgb(199,16,101); }
div.DivClassName
{
background-color: #C71065;
}
.BgClassName
{
background-color: #C71065;
}
</style>
border-color css
<style>
span { border-color: #C71065; }
span { border-color: rgb(199,16,101); }
td.TdClassName
{
border-color: #C71065;
}
.TagClassName
{
border-color: #C71065;
}
</style>