Shades of Ruby #C80556
Tints of Ruby #C80556
RGB
CMYK
RGB Variations
Color information
#C80556 (or 0xC80556) is known color: Ruby. HEX triplet: C8, 05 and 56. RGB value is (200,5,86). Sum of RGB (Red+Green+Blue) = 200+5+86=291 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.73% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 86 (33.98% from 255 or 29.55% from 291); Max value from RGB is 200 - color contains mainly: red. Hex color #C80556 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80556 is #37FAA9. Grayscale: #484848. Windows color (decimal): -3668650 or 5637576. OLE color: 5637576.
HSL color Cylindrical-coordinate representation of color #C80556: hue angle of 335.08º degrees, saturation: 0.95, 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 #C80556 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 5 | 86 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.22 |
| HSL | 335.08º | 0.95% | 0.4% | - |
| HSV(B) | 335.08º | 0.98% | 0.78% | - |
| XYZ | 25.55 | 13.06 | 9.98 | - |
| YUV | 72.54 | 135.6 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 5 | 86 | 0 | 0.98 | 0.57 | 0.22 | 335.08 | 0.95 | 0.4 |
| Hex | C8 | 5 | 56 | 0 | 62 | 39 | 16 | 14F | 5F | 28 |
| Octal | 310 | 5 | 126 | 0 | 142 | 71 | 26 | 517 | 137 | 50 |
| Binary | 11001000 | 101 | 1010110 | 0 | 1100010 | 111001 | 10110 | 101001111 | 1011111 | 101000 |
Color Harmonies of #C80556
Complementary color
Monochromatic Colors of #C80556
Black with #C80556
Text Example
Text Example
White with #C80556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80556; }
p { color: rgb(200,5,86); }
H1.HeaderClassName
{
color: #C80556;
}
.AnyTagClassName
{
color: #C80556;
}
</style>
background-color css
<style>
a { background-color: #C80556; }
a { background-color: rgb(200,5,86); }
div.DivClassName
{
background-color: #C80556;
}
.BgClassName
{
background-color: #C80556;
}
</style>
border-color css
<style>
span { border-color: #C80556; }
span { border-color: rgb(200,5,86); }
td.TdClassName
{
border-color: #C80556;
}
.TagClassName
{
border-color: #C80556;
}
</style>