Shades of Ruby #C80D62
Tints of Ruby #C80D62
RGB
CMYK
RGB Variations
Color information
#C80D62 (or 0xC80D62) is known color: Ruby. HEX triplet: C8, 0D and 62. RGB value is (200,13,98). Sum of RGB (Red+Green+Blue) = 200+13+98=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 13 (5.47% from 255 or 4.18% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80D62 is #37F29D. Grayscale: #4E4E4E. Windows color (decimal): -3666590 or 6426056. OLE color: 6426056.
HSL color Cylindrical-coordinate representation of color #C80D62: hue angle of 332.73º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80D62 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 13 | 98 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.22 |
| HSL | 332.73º | 0.88% | 0.42% | - |
| HSV(B) | 332.73º | 0.94% | 0.78% | - |
| XYZ | 26.17 | 13.45 | 12.77 | - |
| YUV | 78.6 | 138.95 | 214.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 13 | 98 | 0 | 0.94 | 0.51 | 0.22 | 332.73 | 0.88 | 0.42 |
| Hex | C8 | D | 62 | 0 | 5E | 33 | 16 | 14D | 58 | 2A |
| Octal | 310 | 15 | 142 | 0 | 136 | 63 | 26 | 515 | 130 | 52 |
| Binary | 11001000 | 1101 | 1100010 | 0 | 1011110 | 110011 | 10110 | 101001101 | 1011000 | 101010 |
Color Harmonies of #C80D62
Complementary color
Monochromatic Colors of #C80D62
Black with #C80D62
Text Example
Text Example
White with #C80D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80D62; }
p { color: rgb(200,13,98); }
H1.HeaderClassName
{
color: #C80D62;
}
.AnyTagClassName
{
color: #C80D62;
}
</style>
background-color css
<style>
a { background-color: #C80D62; }
a { background-color: rgb(200,13,98); }
div.DivClassName
{
background-color: #C80D62;
}
.BgClassName
{
background-color: #C80D62;
}
</style>
border-color css
<style>
span { border-color: #C80D62; }
span { border-color: rgb(200,13,98); }
td.TdClassName
{
border-color: #C80D62;
}
.TagClassName
{
border-color: #C80D62;
}
</style>