Shades of Ruby #C80A58
Tints of Ruby #C80A58
RGB
CMYK
RGB Variations
Color information
#C80A58 (or 0xC80A58) is known color: Ruby. HEX triplet: C8, 0A and 58. RGB value is (200,10,88). Sum of RGB (Red+Green+Blue) = 200+10+88=298 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.11% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 200 - color contains mainly: red. Hex color #C80A58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80A58 is #37F5A7. Grayscale: #4B4B4B. Windows color (decimal): -3667368 or 5769928. OLE color: 5769928.
HSL color Cylindrical-coordinate representation of color #C80A58: hue angle of 335.37º 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 #C80A58 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 10 | 88 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.22 |
| HSL | 335.37º | 0.9% | 0.41% | - |
| HSV(B) | 335.37º | 0.95% | 0.78% | - |
| XYZ | 25.69 | 13.2 | 10.43 | - |
| YUV | 75.7 | 134.95 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 10 | 88 | 0 | 0.95 | 0.56 | 0.22 | 335.37 | 0.9 | 0.41 |
| Hex | C8 | A | 58 | 0 | 5F | 38 | 16 | 14F | 5A | 29 |
| Octal | 310 | 12 | 130 | 0 | 137 | 70 | 26 | 517 | 132 | 51 |
| Binary | 11001000 | 1010 | 1011000 | 0 | 1011111 | 111000 | 10110 | 101001111 | 1011010 | 101001 |
Color Harmonies of #C80A58
Complementary color
Monochromatic Colors of #C80A58
Black with #C80A58
Text Example
Text Example
White with #C80A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80A58; }
p { color: rgb(200,10,88); }
H1.HeaderClassName
{
color: #C80A58;
}
.AnyTagClassName
{
color: #C80A58;
}
</style>
background-color css
<style>
a { background-color: #C80A58; }
a { background-color: rgb(200,10,88); }
div.DivClassName
{
background-color: #C80A58;
}
.BgClassName
{
background-color: #C80A58;
}
</style>
border-color css
<style>
span { border-color: #C80A58; }
span { border-color: rgb(200,10,88); }
td.TdClassName
{
border-color: #C80A58;
}
.TagClassName
{
border-color: #C80A58;
}
</style>