Shades of Ruby #C80762
Tints of Ruby #C80762
RGB
CMYK
RGB Variations
Color information
#C80762 (or 0xC80762) is known color: Ruby. HEX triplet: C8, 07 and 62. RGB value is (200,7,98). Sum of RGB (Red+Green+Blue) = 200+7+98=305 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.57% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 200 - color contains mainly: red. Hex color #C80762 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80762 is #37F89D. Grayscale: #4A4A4A. Windows color (decimal): -3668126 or 6424520. OLE color: 6424520.
HSL color Cylindrical-coordinate representation of color #C80762: hue angle of 331.71º 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 #C80762 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 7 | 98 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.22 |
| HSL | 331.71º | 0.93% | 0.41% | - |
| HSV(B) | 331.71º | 0.97% | 0.78% | - |
| XYZ | 26.1 | 13.31 | 12.75 | - |
| YUV | 75.08 | 140.94 | 217.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 7 | 98 | 0 | 0.96 | 0.51 | 0.22 | 331.71 | 0.93 | 0.41 |
| Hex | C8 | 7 | 62 | 0 | 60 | 33 | 16 | 14C | 5D | 29 |
| Octal | 310 | 7 | 142 | 0 | 140 | 63 | 26 | 514 | 135 | 51 |
| Binary | 11001000 | 111 | 1100010 | 0 | 1100000 | 110011 | 10110 | 101001100 | 1011101 | 101001 |
Color Harmonies of #C80762
Complementary color
Monochromatic Colors of #C80762
Black with #C80762
Text Example
Text Example
White with #C80762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80762; }
p { color: rgb(200,7,98); }
H1.HeaderClassName
{
color: #C80762;
}
.AnyTagClassName
{
color: #C80762;
}
</style>
background-color css
<style>
a { background-color: #C80762; }
a { background-color: rgb(200,7,98); }
div.DivClassName
{
background-color: #C80762;
}
.BgClassName
{
background-color: #C80762;
}
</style>
border-color css
<style>
span { border-color: #C80762; }
span { border-color: rgb(200,7,98); }
td.TdClassName
{
border-color: #C80762;
}
.TagClassName
{
border-color: #C80762;
}
</style>