Shades of Ruby #C71A69
Tints of Ruby #C71A69
RGB
CMYK
RGB Variations
Color information
#C71A69 (or 0xC71A69) is known color: Ruby. HEX triplet: C7, 1A and 69. RGB value is (199,26,105). Sum of RGB (Red+Green+Blue) = 199+26+105=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 26 (10.55% from 255 or 7.88% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C71A69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C71A69 is #38E596. Grayscale: #565656. Windows color (decimal): -3728791 or 6888135. OLE color: 6888135.
HSL color Cylindrical-coordinate representation of color #C71A69: hue angle of 332.6º 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 #C71A69 is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 26 | 105 | - |
| CMYK | 0 | 0.87 | 0.47 | 0.22 |
| HSL | 332.6º | 0.77% | 0.44% | - |
| HSV(B) | 332.6º | 0.87% | 0.78% | - |
| XYZ | 26.47 | 13.9 | 14.65 | - |
| YUV | 86.73 | 138.31 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 26 | 105 | 0 | 0.87 | 0.47 | 0.22 | 332.6 | 0.77 | 0.44 |
| Hex | C7 | 1A | 69 | 0 | 57 | 2F | 16 | 14D | 4D | 2C |
| Octal | 307 | 32 | 151 | 0 | 127 | 57 | 26 | 515 | 115 | 54 |
| Binary | 11000111 | 11010 | 1101001 | 0 | 1010111 | 101111 | 10110 | 101001101 | 1001101 | 101100 |
Color Harmonies of #C71A69
Complementary color
Monochromatic Colors of #C71A69
Black with #C71A69
Text Example
Text Example
White with #C71A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71A69; }
p { color: rgb(199,26,105); }
H1.HeaderClassName
{
color: #C71A69;
}
.AnyTagClassName
{
color: #C71A69;
}
</style>
background-color css
<style>
a { background-color: #C71A69; }
a { background-color: rgb(199,26,105); }
div.DivClassName
{
background-color: #C71A69;
}
.BgClassName
{
background-color: #C71A69;
}
</style>
border-color css
<style>
span { border-color: #C71A69; }
span { border-color: rgb(199,26,105); }
td.TdClassName
{
border-color: #C71A69;
}
.TagClassName
{
border-color: #C71A69;
}
</style>