Shades of Ruby #C80861
Tints of Ruby #C80861
RGB
CMYK
RGB Variations
Color information
#C80861 (or 0xC80861) is known color: Ruby. HEX triplet: C8, 08 and 61. RGB value is (200,8,97). Sum of RGB (Red+Green+Blue) = 200+8+97=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C80861 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80861 is #37F79E. Grayscale: #4B4B4B. Windows color (decimal): -3667871 or 6359240. OLE color: 6359240.
HSL color Cylindrical-coordinate representation of color #C80861: hue angle of 332.19º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C80861 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 8 | 97 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.22 |
| HSL | 332.19º | 0.92% | 0.41% | - |
| HSV(B) | 332.19º | 0.96% | 0.78% | - |
| XYZ | 26.06 | 13.32 | 12.51 | - |
| YUV | 75.55 | 140.11 | 216.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 97 | 0 | 0.96 | 0.52 | 0.22 | 332.19 | 0.92 | 0.41 |
| Hex | C8 | 8 | 61 | 0 | 60 | 34 | 16 | 14C | 5C | 29 |
| Octal | 310 | 10 | 141 | 0 | 140 | 64 | 26 | 514 | 134 | 51 |
| Binary | 11001000 | 1000 | 1100001 | 0 | 1100000 | 110100 | 10110 | 101001100 | 1011100 | 101001 |
Color Harmonies of #C80861
Complementary color
Monochromatic Colors of #C80861
Black with #C80861
Text Example
Text Example
White with #C80861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80861; }
p { color: rgb(200,8,97); }
H1.HeaderClassName
{
color: #C80861;
}
.AnyTagClassName
{
color: #C80861;
}
</style>
background-color css
<style>
a { background-color: #C80861; }
a { background-color: rgb(200,8,97); }
div.DivClassName
{
background-color: #C80861;
}
.BgClassName
{
background-color: #C80861;
}
</style>
border-color css
<style>
span { border-color: #C80861; }
span { border-color: rgb(200,8,97); }
td.TdClassName
{
border-color: #C80861;
}
.TagClassName
{
border-color: #C80861;
}
</style>