Shades of Ruby #C80763
Tints of Ruby #C80763
RGB
CMYK
RGB Variations
Color information
#C80763 (or 0xC80763) is known color: Ruby. HEX triplet: C8, 07 and 63. RGB value is (200,7,99). Sum of RGB (Red+Green+Blue) = 200+7+99=306 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.36% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 200 - color contains mainly: red. Hex color #C80763 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80763 is #37F89C. Grayscale: #4B4B4B. Windows color (decimal): -3668125 or 6490056. OLE color: 6490056.
HSL color Cylindrical-coordinate representation of color #C80763: hue angle of 331.4º degrees, saturation: 0.93, 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 #C80763 is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 7 | 99 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.22 |
| HSL | 331.4º | 0.93% | 0.41% | - |
| HSV(B) | 331.4º | 0.97% | 0.78% | - |
| XYZ | 26.15 | 13.33 | 13 | - |
| YUV | 75.2 | 141.44 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 7 | 99 | 0 | 0.96 | 0.50 | 0.22 | 331.4 | 0.93 | 0.41 |
| Hex | C8 | 7 | 63 | 0 | 60 | 32 | 16 | 14B | 5D | 29 |
| Octal | 310 | 7 | 143 | 0 | 140 | 62 | 26 | 513 | 135 | 51 |
| Binary | 11001000 | 111 | 1100011 | 0 | 1100000 | 110010 | 10110 | 101001011 | 1011101 | 101001 |
Color Harmonies of #C80763
Complementary color
Monochromatic Colors of #C80763
Black with #C80763
Text Example
Text Example
White with #C80763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80763; }
p { color: rgb(200,7,99); }
H1.HeaderClassName
{
color: #C80763;
}
.AnyTagClassName
{
color: #C80763;
}
</style>
background-color css
<style>
a { background-color: #C80763; }
a { background-color: rgb(200,7,99); }
div.DivClassName
{
background-color: #C80763;
}
.BgClassName
{
background-color: #C80763;
}
</style>
border-color css
<style>
span { border-color: #C80763; }
span { border-color: rgb(200,7,99); }
td.TdClassName
{
border-color: #C80763;
}
.TagClassName
{
border-color: #C80763;
}
</style>