Shades of Ruby #C61466
Tints of Ruby #C61466
RGB
CMYK
RGB Variations
Color information
#C61466 (or 0xC61466) is known color: Ruby. HEX triplet: C6, 14 and 66. RGB value is (198,20,102). Sum of RGB (Red+Green+Blue) = 198+20+102=320 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.88% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 198 - color contains mainly: red. Hex color #C61466 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61466 is #39EB99. Grayscale: #525252. Windows color (decimal): -3795866 or 6689990. OLE color: 6689990.
HSL color Cylindrical-coordinate representation of color #C61466: hue angle of 332.36º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C61466 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 20 | 102 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.22 |
| HSL | 332.36º | 0.82% | 0.43% | - |
| HSV(B) | 332.36º | 0.9% | 0.78% | - |
| XYZ | 25.94 | 13.47 | 13.8 | - |
| YUV | 82.57 | 138.97 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 20 | 102 | 0 | 0.90 | 0.48 | 0.22 | 332.36 | 0.82 | 0.43 |
| Hex | C6 | 14 | 66 | 0 | 5A | 30 | 16 | 14C | 52 | 2B |
| Octal | 306 | 24 | 146 | 0 | 132 | 60 | 26 | 514 | 122 | 53 |
| Binary | 11000110 | 10100 | 1100110 | 0 | 1011010 | 110000 | 10110 | 101001100 | 1010010 | 101011 |
Color Harmonies of #C61466
Complementary color
Monochromatic Colors of #C61466
Black with #C61466
Text Example
Text Example
White with #C61466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61466; }
p { color: rgb(198,20,102); }
H1.HeaderClassName
{
color: #C61466;
}
.AnyTagClassName
{
color: #C61466;
}
</style>
background-color css
<style>
a { background-color: #C61466; }
a { background-color: rgb(198,20,102); }
div.DivClassName
{
background-color: #C61466;
}
.BgClassName
{
background-color: #C61466;
}
</style>
border-color css
<style>
span { border-color: #C61466; }
span { border-color: rgb(198,20,102); }
td.TdClassName
{
border-color: #C61466;
}
.TagClassName
{
border-color: #C61466;
}
</style>