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