Shades of Ruby #C80A61
Tints of Ruby #C80A61
RGB
CMYK
RGB Variations
Color information
#C80A61 (or 0xC80A61) is known color: Ruby. HEX triplet: C8, 0A and 61. RGB value is (200,10,97). Sum of RGB (Red+Green+Blue) = 200+10+97=307 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.15% from 307); Green value is 10 (4.30% from 255 or 3.26% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A61 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80A61 is #37F59E. Grayscale: #4C4C4C. Windows color (decimal): -3667359 or 6359752. OLE color: 6359752.
HSL color Cylindrical-coordinate representation of color #C80A61: hue angle of 332.53º degrees, saturation: 0.9, 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 #C80A61 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 10 | 97 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.22 |
| HSL | 332.53º | 0.9% | 0.41% | - |
| HSV(B) | 332.53º | 0.95% | 0.78% | - |
| XYZ | 26.09 | 13.36 | 12.51 | - |
| YUV | 76.73 | 139.45 | 215.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 10 | 97 | 0 | 0.95 | 0.52 | 0.22 | 332.53 | 0.9 | 0.41 |
| Hex | C8 | A | 61 | 0 | 5F | 34 | 16 | 14D | 5A | 29 |
| Octal | 310 | 12 | 141 | 0 | 137 | 64 | 26 | 515 | 132 | 51 |
| Binary | 11001000 | 1010 | 1100001 | 0 | 1011111 | 110100 | 10110 | 101001101 | 1011010 | 101001 |
Color Harmonies of #C80A61
Complementary color
Monochromatic Colors of #C80A61
Black with #C80A61
Text Example
Text Example
White with #C80A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80A61; }
p { color: rgb(200,10,97); }
H1.HeaderClassName
{
color: #C80A61;
}
.AnyTagClassName
{
color: #C80A61;
}
</style>
background-color css
<style>
a { background-color: #C80A61; }
a { background-color: rgb(200,10,97); }
div.DivClassName
{
background-color: #C80A61;
}
.BgClassName
{
background-color: #C80A61;
}
</style>
border-color css
<style>
span { border-color: #C80A61; }
span { border-color: rgb(200,10,97); }
td.TdClassName
{
border-color: #C80A61;
}
.TagClassName
{
border-color: #C80A61;
}
</style>