Shades of Ruby #C71269
Tints of Ruby #C71269
RGB
CMYK
RGB Variations
Color information
#C71269 (or 0xC71269) is known color: Ruby. HEX triplet: C7, 12 and 69. RGB value is (199,18,105). Sum of RGB (Red+Green+Blue) = 199+18+105=322 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.80% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 199 - color contains mainly: red. Hex color #C71269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71269 is #38ED96. Grayscale: #515151. Windows color (decimal): -3730839 or 6886087. OLE color: 6886087.
HSL color Cylindrical-coordinate representation of color #C71269: hue angle of 331.16º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C71269 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 105 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.22 |
| HSL | 331.16º | 0.83% | 0.43% | - |
| HSV(B) | 331.16º | 0.91% | 0.78% | - |
| XYZ | 26.32 | 13.59 | 14.6 | - |
| YUV | 82.04 | 140.97 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 105 | 0 | 0.91 | 0.47 | 0.22 | 331.16 | 0.83 | 0.43 |
| Hex | C7 | 12 | 69 | 0 | 5B | 2F | 16 | 14B | 53 | 2B |
| Octal | 307 | 22 | 151 | 0 | 133 | 57 | 26 | 513 | 123 | 53 |
| Binary | 11000111 | 10010 | 1101001 | 0 | 1011011 | 101111 | 10110 | 101001011 | 1010011 | 101011 |
Color Harmonies of #C71269
Complementary color
Monochromatic Colors of #C71269
Black with #C71269
Text Example
Text Example
White with #C71269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71269; }
p { color: rgb(199,18,105); }
H1.HeaderClassName
{
color: #C71269;
}
.AnyTagClassName
{
color: #C71269;
}
</style>
background-color css
<style>
a { background-color: #C71269; }
a { background-color: rgb(199,18,105); }
div.DivClassName
{
background-color: #C71269;
}
.BgClassName
{
background-color: #C71269;
}
</style>
border-color css
<style>
span { border-color: #C71269; }
span { border-color: rgb(199,18,105); }
td.TdClassName
{
border-color: #C71269;
}
.TagClassName
{
border-color: #C71269;
}
</style>