Shades of Ruby #C80950
Tints of Ruby #C80950
RGB
CMYK
RGB Variations
Color information
#C80950 (or 0xC80950) is known color: Ruby. HEX triplet: C8, 09 and 50. RGB value is (200,9,80). Sum of RGB (Red+Green+Blue) = 200+9+80=289 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.20% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 200 - color contains mainly: red. Hex color #C80950 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80950 is #37F6AF. Grayscale: #4A4A4A. Windows color (decimal): -3667632 or 5245384. OLE color: 5245384.
HSL color Cylindrical-coordinate representation of color #C80950: hue angle of 337.7º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80950 is Cyan = 0, Magento = 0.96, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 80 | - |
| CMYK | 0 | 0.96 | 0.6 | 0.22 |
| HSL | 337.7º | 0.91% | 0.41% | - |
| HSV(B) | 337.7º | 0.96% | 0.78% | - |
| XYZ | 25.37 | 13.05 | 8.77 | - |
| YUV | 74.2 | 131.28 | 217.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 80 | 0 | 0.96 | 0.6 | 0.22 | 337.7 | 0.91 | 0.41 |
| Hex | C8 | 9 | 50 | 0 | 60 | 3C | 16 | 152 | 5B | 29 |
| Octal | 310 | 11 | 120 | 0 | 140 | 74 | 26 | 522 | 133 | 51 |
| Binary | 11001000 | 1001 | 1010000 | 0 | 1100000 | 111100 | 10110 | 101010010 | 1011011 | 101001 |
Color Harmonies of #C80950
Complementary color
Monochromatic Colors of #C80950
Black with #C80950
Text Example
Text Example
White with #C80950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80950; }
p { color: rgb(200,9,80); }
H1.HeaderClassName
{
color: #C80950;
}
.AnyTagClassName
{
color: #C80950;
}
</style>
background-color css
<style>
a { background-color: #C80950; }
a { background-color: rgb(200,9,80); }
div.DivClassName
{
background-color: #C80950;
}
.BgClassName
{
background-color: #C80950;
}
</style>
border-color css
<style>
span { border-color: #C80950; }
span { border-color: rgb(200,9,80); }
td.TdClassName
{
border-color: #C80950;
}
.TagClassName
{
border-color: #C80950;
}
</style>