Shades of Ruby #C71A66
Tints of Ruby #C71A66
RGB
CMYK
RGB Variations
Color information
#C71A66 (or 0xC71A66) is known color: Ruby. HEX triplet: C7, 1A and 66. RGB value is (199,26,102). Sum of RGB (Red+Green+Blue) = 199+26+102=327 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.86% from 327); Green value is 26 (10.55% from 255 or 7.95% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 199 - color contains mainly: red. Hex color #C71A66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71A66 is #38E599. Grayscale: #565656. Windows color (decimal): -3728794 or 6691527. OLE color: 6691527.
HSL color Cylindrical-coordinate representation of color #C71A66: hue angle of 333.64º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71A66 is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 26 | 102 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.22 |
| HSL | 333.64º | 0.77% | 0.44% | - |
| HSV(B) | 333.64º | 0.87% | 0.78% | - |
| XYZ | 26.32 | 13.84 | 13.85 | - |
| YUV | 86.39 | 136.81 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 26 | 102 | 0 | 0.87 | 0.49 | 0.22 | 333.64 | 0.77 | 0.44 |
| Hex | C7 | 1A | 66 | 0 | 57 | 31 | 16 | 14E | 4D | 2C |
| Octal | 307 | 32 | 146 | 0 | 127 | 61 | 26 | 516 | 115 | 54 |
| Binary | 11000111 | 11010 | 1100110 | 0 | 1010111 | 110001 | 10110 | 101001110 | 1001101 | 101100 |
Color Harmonies of #C71A66
Complementary color
Monochromatic Colors of #C71A66
Black with #C71A66
Text Example
Text Example
White with #C71A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71A66; }
p { color: rgb(199,26,102); }
H1.HeaderClassName
{
color: #C71A66;
}
.AnyTagClassName
{
color: #C71A66;
}
</style>
background-color css
<style>
a { background-color: #C71A66; }
a { background-color: rgb(199,26,102); }
div.DivClassName
{
background-color: #C71A66;
}
.BgClassName
{
background-color: #C71A66;
}
</style>
border-color css
<style>
span { border-color: #C71A66; }
span { border-color: rgb(199,26,102); }
td.TdClassName
{
border-color: #C71A66;
}
.TagClassName
{
border-color: #C71A66;
}
</style>