Shades of Ruby #C81759
Tints of Ruby #C81759
RGB
CMYK
RGB Variations
Color information
#C81759 (or 0xC81759) is known color: Ruby. HEX triplet: C8, 17 and 59. RGB value is (200,23,89). Sum of RGB (Red+Green+Blue) = 200+23+89=312 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.10% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 200 - color contains mainly: red. Hex color #C81759 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81759 is #37E8A6. Grayscale: #535353. Windows color (decimal): -3664039 or 5838792. OLE color: 5838792.
HSL color Cylindrical-coordinate representation of color #C81759: hue angle of 337.63º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81759 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 89 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.22 |
| HSL | 337.63º | 0.79% | 0.44% | - |
| HSV(B) | 337.63º | 0.89% | 0.78% | - |
| XYZ | 25.93 | 13.61 | 10.71 | - |
| YUV | 83.45 | 131.14 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 89 | 0 | 0.88 | 0.56 | 0.22 | 337.63 | 0.79 | 0.44 |
| Hex | C8 | 17 | 59 | 0 | 58 | 38 | 16 | 152 | 4F | 2C |
| Octal | 310 | 27 | 131 | 0 | 130 | 70 | 26 | 522 | 117 | 54 |
| Binary | 11001000 | 10111 | 1011001 | 0 | 1011000 | 111000 | 10110 | 101010010 | 1001111 | 101100 |
Color Harmonies of #C81759
Complementary color
Monochromatic Colors of #C81759
Black with #C81759
Text Example
Text Example
White with #C81759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81759; }
p { color: rgb(200,23,89); }
H1.HeaderClassName
{
color: #C81759;
}
.AnyTagClassName
{
color: #C81759;
}
</style>
background-color css
<style>
a { background-color: #C81759; }
a { background-color: rgb(200,23,89); }
div.DivClassName
{
background-color: #C81759;
}
.BgClassName
{
background-color: #C81759;
}
</style>
border-color css
<style>
span { border-color: #C81759; }
span { border-color: rgb(200,23,89); }
td.TdClassName
{
border-color: #C81759;
}
.TagClassName
{
border-color: #C81759;
}
</style>