Shades of Ruby #C80B58
Tints of Ruby #C80B58
RGB
CMYK
RGB Variations
Color information
#C80B58 (or 0xC80B58) is known color: Ruby. HEX triplet: C8, 0B and 58. RGB value is (200,11,88). Sum of RGB (Red+Green+Blue) = 200+11+88=299 (39% of max value = 765). Red value is 200 (78.52% from 255 or 66.89% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 88 (34.77% from 255 or 29.43% from 299); Max value from RGB is 200 - color contains mainly: red. Hex color #C80B58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80B58 is #37F4A7. Grayscale: #4C4C4C. Windows color (decimal): -3667112 or 5770184. OLE color: 5770184.
HSL color Cylindrical-coordinate representation of color #C80B58: hue angle of 335.56º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80B58 is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 11 | 88 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.22 |
| HSL | 335.56º | 0.9% | 0.41% | - |
| HSV(B) | 335.56º | 0.95% | 0.78% | - |
| XYZ | 25.7 | 13.22 | 10.43 | - |
| YUV | 76.29 | 134.62 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 11 | 88 | 0 | 0.94 | 0.56 | 0.22 | 335.56 | 0.9 | 0.41 |
| Hex | C8 | B | 58 | 0 | 5E | 38 | 16 | 150 | 5A | 29 |
| Octal | 310 | 13 | 130 | 0 | 136 | 70 | 26 | 520 | 132 | 51 |
| Binary | 11001000 | 1011 | 1011000 | 0 | 1011110 | 111000 | 10110 | 101010000 | 1011010 | 101001 |
Color Harmonies of #C80B58
Complementary color
Monochromatic Colors of #C80B58
Black with #C80B58
Text Example
Text Example
White with #C80B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80B58; }
p { color: rgb(200,11,88); }
H1.HeaderClassName
{
color: #C80B58;
}
.AnyTagClassName
{
color: #C80B58;
}
</style>
background-color css
<style>
a { background-color: #C80B58; }
a { background-color: rgb(200,11,88); }
div.DivClassName
{
background-color: #C80B58;
}
.BgClassName
{
background-color: #C80B58;
}
</style>
border-color css
<style>
span { border-color: #C80B58; }
span { border-color: rgb(200,11,88); }
td.TdClassName
{
border-color: #C80B58;
}
.TagClassName
{
border-color: #C80B58;
}
</style>