Shades of Ruby #C71765
Tints of Ruby #C71765
RGB
CMYK
RGB Variations
Color information
#C71765 (or 0xC71765) is known color: Ruby. HEX triplet: C7, 17 and 65. RGB value is (199,23,101). Sum of RGB (Red+Green+Blue) = 199+23+101=323 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.61% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 199 - color contains mainly: red. Hex color #C71765 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71765 is #38E89A. Grayscale: #545454. Windows color (decimal): -3729563 or 6625223. OLE color: 6625223.
HSL color Cylindrical-coordinate representation of color #C71765: hue angle of 333.41º degrees, saturation: 0.79, 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 #C71765 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 23 | 101 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.22 |
| HSL | 333.41º | 0.79% | 0.44% | - |
| HSV(B) | 333.41º | 0.88% | 0.78% | - |
| XYZ | 26.21 | 13.69 | 13.57 | - |
| YUV | 84.52 | 137.31 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 23 | 101 | 0 | 0.88 | 0.49 | 0.22 | 333.41 | 0.79 | 0.44 |
| Hex | C7 | 17 | 65 | 0 | 58 | 31 | 16 | 14D | 4F | 2C |
| Octal | 307 | 27 | 145 | 0 | 130 | 61 | 26 | 515 | 117 | 54 |
| Binary | 11000111 | 10111 | 1100101 | 0 | 1011000 | 110001 | 10110 | 101001101 | 1001111 | 101100 |
Color Harmonies of #C71765
Complementary color
Monochromatic Colors of #C71765
Black with #C71765
Text Example
Text Example
White with #C71765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71765; }
p { color: rgb(199,23,101); }
H1.HeaderClassName
{
color: #C71765;
}
.AnyTagClassName
{
color: #C71765;
}
</style>
background-color css
<style>
a { background-color: #C71765; }
a { background-color: rgb(199,23,101); }
div.DivClassName
{
background-color: #C71765;
}
.BgClassName
{
background-color: #C71765;
}
</style>
border-color css
<style>
span { border-color: #C71765; }
span { border-color: rgb(199,23,101); }
td.TdClassName
{
border-color: #C71765;
}
.TagClassName
{
border-color: #C71765;
}
</style>