Shades of Ruby #C51469
Tints of Ruby #C51469
RGB
CMYK
RGB Variations
Color information
#C51469 (or 0xC51469) is known color: Ruby. HEX triplet: C5, 14 and 69. RGB value is (197,20,105). Sum of RGB (Red+Green+Blue) = 197+20+105=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C51469 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51469 is #3AEB96. Grayscale: #525252. Windows color (decimal): -3861399 or 6886597. OLE color: 6886597.
HSL color Cylindrical-coordinate representation of color #C51469: hue angle of 331.19º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51469 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 105 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.23 |
| HSL | 331.19º | 0.82% | 0.43% | - |
| HSV(B) | 331.19º | 0.9% | 0.77% | - |
| XYZ | 25.83 | 13.39 | 14.59 | - |
| YUV | 82.61 | 140.64 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 105 | 0 | 0.90 | 0.47 | 0.23 | 331.19 | 0.82 | 0.43 |
| Hex | C5 | 14 | 69 | 0 | 5A | 2F | 17 | 14B | 52 | 2B |
| Octal | 305 | 24 | 151 | 0 | 132 | 57 | 27 | 513 | 122 | 53 |
| Binary | 11000101 | 10100 | 1101001 | 0 | 1011010 | 101111 | 10111 | 101001011 | 1010010 | 101011 |
Color Harmonies of #C51469
Complementary color
Monochromatic Colors of #C51469
Black with #C51469
Text Example
Text Example
White with #C51469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51469; }
p { color: rgb(197,20,105); }
H1.HeaderClassName
{
color: #C51469;
}
.AnyTagClassName
{
color: #C51469;
}
</style>
background-color css
<style>
a { background-color: #C51469; }
a { background-color: rgb(197,20,105); }
div.DivClassName
{
background-color: #C51469;
}
.BgClassName
{
background-color: #C51469;
}
</style>
border-color css
<style>
span { border-color: #C51469; }
span { border-color: rgb(197,20,105); }
td.TdClassName
{
border-color: #C51469;
}
.TagClassName
{
border-color: #C51469;
}
</style>