Shades of Ruby #C61366
Tints of Ruby #C61366
RGB
CMYK
RGB Variations
Color information
#C61366 (or 0xC61366) is known color: Ruby. HEX triplet: C6, 13 and 66. RGB value is (198,19,102). Sum of RGB (Red+Green+Blue) = 198+19+102=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C61366 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61366 is #39EC99. Grayscale: #515151. Windows color (decimal): -3796122 or 6689734. OLE color: 6689734.
HSL color Cylindrical-coordinate representation of color #C61366: hue angle of 332.18º 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 #C61366 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 19 | 102 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.22 |
| HSL | 332.18º | 0.82% | 0.43% | - |
| HSV(B) | 332.18º | 0.9% | 0.78% | - |
| XYZ | 25.92 | 13.43 | 13.8 | - |
| YUV | 81.98 | 139.3 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 102 | 0 | 0.90 | 0.48 | 0.22 | 332.18 | 0.82 | 0.43 |
| Hex | C6 | 13 | 66 | 0 | 5A | 30 | 16 | 14C | 52 | 2B |
| Octal | 306 | 23 | 146 | 0 | 132 | 60 | 26 | 514 | 122 | 53 |
| Binary | 11000110 | 10011 | 1100110 | 0 | 1011010 | 110000 | 10110 | 101001100 | 1010010 | 101011 |
Color Harmonies of #C61366
Complementary color
Monochromatic Colors of #C61366
Black with #C61366
Text Example
Text Example
White with #C61366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61366; }
p { color: rgb(198,19,102); }
H1.HeaderClassName
{
color: #C61366;
}
.AnyTagClassName
{
color: #C61366;
}
</style>
background-color css
<style>
a { background-color: #C61366; }
a { background-color: rgb(198,19,102); }
div.DivClassName
{
background-color: #C61366;
}
.BgClassName
{
background-color: #C61366;
}
</style>
border-color css
<style>
span { border-color: #C61366; }
span { border-color: rgb(198,19,102); }
td.TdClassName
{
border-color: #C61366;
}
.TagClassName
{
border-color: #C61366;
}
</style>