Shades of Ruby #C81661
Tints of Ruby #C81661
RGB
CMYK
RGB Variations
Color information
#C81661 (or 0xC81661) is known color: Ruby. HEX triplet: C8, 16 and 61. RGB value is (200,22,97). Sum of RGB (Red+Green+Blue) = 200+22+97=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C81661 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81661 is #37E99E. Grayscale: #535353. Windows color (decimal): -3664287 or 6362824. OLE color: 6362824.
HSL color Cylindrical-coordinate representation of color #C81661: hue angle of 334.72º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81661 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 22 | 97 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.22 |
| HSL | 334.72º | 0.8% | 0.44% | - |
| HSV(B) | 334.72º | 0.89% | 0.78% | - |
| XYZ | 26.26 | 13.72 | 12.57 | - |
| YUV | 83.77 | 135.47 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 97 | 0 | 0.89 | 0.52 | 0.22 | 334.72 | 0.8 | 0.44 |
| Hex | C8 | 16 | 61 | 0 | 59 | 34 | 16 | 14F | 50 | 2C |
| Octal | 310 | 26 | 141 | 0 | 131 | 64 | 26 | 517 | 120 | 54 |
| Binary | 11001000 | 10110 | 1100001 | 0 | 1011001 | 110100 | 10110 | 101001111 | 1010000 | 101100 |
Color Harmonies of #C81661
Complementary color
Monochromatic Colors of #C81661
Black with #C81661
Text Example
Text Example
White with #C81661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81661; }
p { color: rgb(200,22,97); }
H1.HeaderClassName
{
color: #C81661;
}
.AnyTagClassName
{
color: #C81661;
}
</style>
background-color css
<style>
a { background-color: #C81661; }
a { background-color: rgb(200,22,97); }
div.DivClassName
{
background-color: #C81661;
}
.BgClassName
{
background-color: #C81661;
}
</style>
border-color css
<style>
span { border-color: #C81661; }
span { border-color: rgb(200,22,97); }
td.TdClassName
{
border-color: #C81661;
}
.TagClassName
{
border-color: #C81661;
}
</style>