Shades of Ruby #C60466
Tints of Ruby #C60466
RGB
CMYK
RGB Variations
Color information
#C60466 (or 0xC60466) is known color: Ruby. HEX triplet: C6, 04 and 66. RGB value is (198,4,102). Sum of RGB (Red+Green+Blue) = 198+4+102=304 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.13% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 198 - color contains mainly: red. Hex color #C60466 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60466 is #39FB99. Grayscale: #484848. Windows color (decimal): -3799962 or 6685894. OLE color: 6685894.
HSL color Cylindrical-coordinate representation of color #C60466: hue angle of 329.69º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C60466 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 4 | 102 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.22 |
| HSL | 329.69º | 0.96% | 0.4% | - |
| HSV(B) | 329.69º | 0.98% | 0.78% | - |
| XYZ | 25.73 | 13.05 | 13.73 | - |
| YUV | 73.18 | 144.27 | 217.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 4 | 102 | 0 | 0.98 | 0.48 | 0.22 | 329.69 | 0.96 | 0.4 |
| Hex | C6 | 4 | 66 | 0 | 62 | 30 | 16 | 14A | 60 | 28 |
| Octal | 306 | 4 | 146 | 0 | 142 | 60 | 26 | 512 | 140 | 50 |
| Binary | 11000110 | 100 | 1100110 | 0 | 1100010 | 110000 | 10110 | 101001010 | 1100000 | 101000 |
Color Harmonies of #C60466
Complementary color
Monochromatic Colors of #C60466
Black with #C60466
Text Example
Text Example
White with #C60466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60466; }
p { color: rgb(198,4,102); }
H1.HeaderClassName
{
color: #C60466;
}
.AnyTagClassName
{
color: #C60466;
}
</style>
background-color css
<style>
a { background-color: #C60466; }
a { background-color: rgb(198,4,102); }
div.DivClassName
{
background-color: #C60466;
}
.BgClassName
{
background-color: #C60466;
}
</style>
border-color css
<style>
span { border-color: #C60466; }
span { border-color: rgb(198,4,102); }
td.TdClassName
{
border-color: #C60466;
}
.TagClassName
{
border-color: #C60466;
}
</style>