Shades of Ruby #C50566
Tints of Ruby #C50566
RGB
CMYK
RGB Variations
Color information
#C50566 (or 0xC50566) is known color: Ruby. HEX triplet: C5, 05 and 66. RGB value is (197,5,102). Sum of RGB (Red+Green+Blue) = 197+5+102=304 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.80% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 197 - color contains mainly: red. Hex color #C50566 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50566 is #3AFA99. Grayscale: #494949. Windows color (decimal): -3865242 or 6686149. OLE color: 6686149.
HSL color Cylindrical-coordinate representation of color #C50566: hue angle of 329.69º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C50566 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 5 | 102 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.23 |
| HSL | 329.69º | 0.95% | 0.4% | - |
| HSV(B) | 329.69º | 0.97% | 0.77% | - |
| XYZ | 25.48 | 12.94 | 13.72 | - |
| YUV | 73.47 | 144.11 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 5 | 102 | 0 | 0.97 | 0.48 | 0.23 | 329.69 | 0.95 | 0.4 |
| Hex | C5 | 5 | 66 | 0 | 61 | 30 | 17 | 14A | 5F | 28 |
| Octal | 305 | 5 | 146 | 0 | 141 | 60 | 27 | 512 | 137 | 50 |
| Binary | 11000101 | 101 | 1100110 | 0 | 1100001 | 110000 | 10111 | 101001010 | 1011111 | 101000 |
Color Harmonies of #C50566
Complementary color
Monochromatic Colors of #C50566
Black with #C50566
Text Example
Text Example
White with #C50566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50566; }
p { color: rgb(197,5,102); }
H1.HeaderClassName
{
color: #C50566;
}
.AnyTagClassName
{
color: #C50566;
}
</style>
background-color css
<style>
a { background-color: #C50566; }
a { background-color: rgb(197,5,102); }
div.DivClassName
{
background-color: #C50566;
}
.BgClassName
{
background-color: #C50566;
}
</style>
border-color css
<style>
span { border-color: #C50566; }
span { border-color: rgb(197,5,102); }
td.TdClassName
{
border-color: #C50566;
}
.TagClassName
{
border-color: #C50566;
}
</style>