Shades of Ruby #C50666
Tints of Ruby #C50666
RGB
CMYK
RGB Variations
Color information
#C50666 (or 0xC50666) is known color: Ruby. HEX triplet: C5, 06 and 66. RGB value is (197,6,102). Sum of RGB (Red+Green+Blue) = 197+6+102=305 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.59% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 197 - color contains mainly: red. Hex color #C50666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50666 is #3AF999. Grayscale: #494949. Windows color (decimal): -3864986 or 6686405. OLE color: 6686405.
HSL color Cylindrical-coordinate representation of color #C50666: hue angle of 329.84º degrees, saturation: 0.94, 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 #C50666 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 6 | 102 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.23 |
| HSL | 329.84º | 0.94% | 0.4% | - |
| HSV(B) | 329.84º | 0.97% | 0.77% | - |
| XYZ | 25.49 | 12.96 | 13.73 | - |
| YUV | 74.05 | 143.78 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 6 | 102 | 0 | 0.97 | 0.48 | 0.23 | 329.84 | 0.94 | 0.4 |
| Hex | C5 | 6 | 66 | 0 | 61 | 30 | 17 | 14A | 5E | 28 |
| Octal | 305 | 6 | 146 | 0 | 141 | 60 | 27 | 512 | 136 | 50 |
| Binary | 11000101 | 110 | 1100110 | 0 | 1100001 | 110000 | 10111 | 101001010 | 1011110 | 101000 |
Color Harmonies of #C50666
Complementary color
Monochromatic Colors of #C50666
Black with #C50666
Text Example
Text Example
White with #C50666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C50666; }
p { color: rgb(197,6,102); }
H1.HeaderClassName
{
color: #C50666;
}
.AnyTagClassName
{
color: #C50666;
}
</style>
background-color css
<style>
a { background-color: #C50666; }
a { background-color: rgb(197,6,102); }
div.DivClassName
{
background-color: #C50666;
}
.BgClassName
{
background-color: #C50666;
}
</style>
border-color css
<style>
span { border-color: #C50666; }
span { border-color: rgb(197,6,102); }
td.TdClassName
{
border-color: #C50666;
}
.TagClassName
{
border-color: #C50666;
}
</style>