Shades of Ruby #C71B68
Tints of Ruby #C71B68
RGB
CMYK
RGB Variations
Color information
#C71B68 (or 0xC71B68) is known color: Ruby. HEX triplet: C7, 1B and 68. RGB value is (199,27,104). Sum of RGB (Red+Green+Blue) = 199+27+104=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 27 (10.94% from 255 or 8.18% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C71B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71B68 is #38E497. Grayscale: #575757. Windows color (decimal): -3728536 or 6822855. OLE color: 6822855.
HSL color Cylindrical-coordinate representation of color #C71B68: hue angle of 333.14º 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 #C71B68 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 27 | 104 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.22 |
| HSL | 333.14º | 0.76% | 0.44% | - |
| HSV(B) | 333.14º | 0.86% | 0.78% | - |
| XYZ | 26.44 | 13.93 | 14.39 | - |
| YUV | 87.21 | 137.48 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 27 | 104 | 0 | 0.86 | 0.48 | 0.22 | 333.14 | 0.76 | 0.44 |
| Hex | C7 | 1B | 68 | 0 | 56 | 30 | 16 | 14D | 4C | 2C |
| Octal | 307 | 33 | 150 | 0 | 126 | 60 | 26 | 515 | 114 | 54 |
| Binary | 11000111 | 11011 | 1101000 | 0 | 1010110 | 110000 | 10110 | 101001101 | 1001100 | 101100 |
Color Harmonies of #C71B68
Complementary color
Monochromatic Colors of #C71B68
Black with #C71B68
Text Example
Text Example
White with #C71B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71B68; }
p { color: rgb(199,27,104); }
H1.HeaderClassName
{
color: #C71B68;
}
.AnyTagClassName
{
color: #C71B68;
}
</style>
background-color css
<style>
a { background-color: #C71B68; }
a { background-color: rgb(199,27,104); }
div.DivClassName
{
background-color: #C71B68;
}
.BgClassName
{
background-color: #C71B68;
}
</style>
border-color css
<style>
span { border-color: #C71B68; }
span { border-color: rgb(199,27,104); }
td.TdClassName
{
border-color: #C71B68;
}
.TagClassName
{
border-color: #C71B68;
}
</style>