Shades of Ruby #C71B65
Tints of Ruby #C71B65
RGB
CMYK
RGB Variations
Color information
#C71B65 (or 0xC71B65) is known color: Ruby. HEX triplet: C7, 1B and 65. RGB value is (199,27,101). Sum of RGB (Red+Green+Blue) = 199+27+101=327 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.86% from 327); Green value is 27 (10.94% from 255 or 8.26% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 199 - color contains mainly: red. Hex color #C71B65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71B65 is #38E49A. Grayscale: #565656. Windows color (decimal): -3728539 or 6626247. OLE color: 6626247.
HSL color Cylindrical-coordinate representation of color #C71B65: hue angle of 334.19º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C71B65 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 27 | 101 | - |
| CMYK | 0 | 0.86 | 0.49 | 0.22 |
| HSL | 334.19º | 0.76% | 0.44% | - |
| HSV(B) | 334.19º | 0.86% | 0.78% | - |
| XYZ | 26.29 | 13.87 | 13.6 | - |
| YUV | 86.86 | 135.98 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 27 | 101 | 0 | 0.86 | 0.49 | 0.22 | 334.19 | 0.76 | 0.44 |
| Hex | C7 | 1B | 65 | 0 | 56 | 31 | 16 | 14E | 4C | 2C |
| Octal | 307 | 33 | 145 | 0 | 126 | 61 | 26 | 516 | 114 | 54 |
| Binary | 11000111 | 11011 | 1100101 | 0 | 1010110 | 110001 | 10110 | 101001110 | 1001100 | 101100 |
Color Harmonies of #C71B65
Complementary color
Monochromatic Colors of #C71B65
Black with #C71B65
Text Example
Text Example
White with #C71B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71B65; }
p { color: rgb(199,27,101); }
H1.HeaderClassName
{
color: #C71B65;
}
.AnyTagClassName
{
color: #C71B65;
}
</style>
background-color css
<style>
a { background-color: #C71B65; }
a { background-color: rgb(199,27,101); }
div.DivClassName
{
background-color: #C71B65;
}
.BgClassName
{
background-color: #C71B65;
}
</style>
border-color css
<style>
span { border-color: #C71B65; }
span { border-color: rgb(199,27,101); }
td.TdClassName
{
border-color: #C71B65;
}
.TagClassName
{
border-color: #C71B65;
}
</style>