Shades of Ruby #C5145A
Tints of Ruby #C5145A
RGB
CMYK
RGB Variations
Color information
#C5145A (or 0xC5145A) is known color: Ruby. HEX triplet: C5, 14 and 5A. RGB value is (197,20,90). Sum of RGB (Red+Green+Blue) = 197+20+90=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C5145A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5145A is #3AEBA5. Grayscale: #505050. Windows color (decimal): -3861414 or 5903557. OLE color: 5903557.
HSL color Cylindrical-coordinate representation of color #C5145A: hue angle of 336.27º 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 #C5145A is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 20 | 90 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.23 |
| HSL | 336.27º | 0.82% | 0.43% | - |
| HSV(B) | 336.27º | 0.9% | 0.77% | - |
| XYZ | 25.12 | 13.11 | 10.88 | - |
| YUV | 80.9 | 133.14 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 20 | 90 | 0 | 0.90 | 0.54 | 0.23 | 336.27 | 0.82 | 0.43 |
| Hex | C5 | 14 | 5A | 0 | 5A | 36 | 17 | 150 | 52 | 2B |
| Octal | 305 | 24 | 132 | 0 | 132 | 66 | 27 | 520 | 122 | 53 |
| Binary | 11000101 | 10100 | 1011010 | 0 | 1011010 | 110110 | 10111 | 101010000 | 1010010 | 101011 |
Color Harmonies of #C5145A
Complementary color
Monochromatic Colors of #C5145A
Black with #C5145A
Text Example
Text Example
White with #C5145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5145A; }
p { color: rgb(197,20,90); }
H1.HeaderClassName
{
color: #C5145A;
}
.AnyTagClassName
{
color: #C5145A;
}
</style>
background-color css
<style>
a { background-color: #C5145A; }
a { background-color: rgb(197,20,90); }
div.DivClassName
{
background-color: #C5145A;
}
.BgClassName
{
background-color: #C5145A;
}
</style>
border-color css
<style>
span { border-color: #C5145A; }
span { border-color: rgb(197,20,90); }
td.TdClassName
{
border-color: #C5145A;
}
.TagClassName
{
border-color: #C5145A;
}
</style>