Shades of Ruby #C80857
Tints of Ruby #C80857
RGB
CMYK
RGB Variations
Color information
#C80857 (or 0xC80857) is known color: Ruby. HEX triplet: C8, 08 and 57. RGB value is (200,8,87). Sum of RGB (Red+Green+Blue) = 200+8+87=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 87 (34.38% from 255 or 29.49% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C80857 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80857 is #37F7A8. Grayscale: #4A4A4A. Windows color (decimal): -3667881 or 5703880. OLE color: 5703880.
HSL color Cylindrical-coordinate representation of color #C80857: hue angle of 335.31º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C80857 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 8 | 87 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.22 |
| HSL | 335.31º | 0.92% | 0.41% | - |
| HSV(B) | 335.31º | 0.96% | 0.78% | - |
| XYZ | 25.63 | 13.14 | 10.2 | - |
| YUV | 74.41 | 135.11 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 8 | 87 | 0 | 0.96 | 0.56 | 0.22 | 335.31 | 0.92 | 0.41 |
| Hex | C8 | 8 | 57 | 0 | 60 | 38 | 16 | 14F | 5C | 29 |
| Octal | 310 | 10 | 127 | 0 | 140 | 70 | 26 | 517 | 134 | 51 |
| Binary | 11001000 | 1000 | 1010111 | 0 | 1100000 | 111000 | 10110 | 101001111 | 1011100 | 101001 |
Color Harmonies of #C80857
Complementary color
Monochromatic Colors of #C80857
Black with #C80857
Text Example
Text Example
White with #C80857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80857; }
p { color: rgb(200,8,87); }
H1.HeaderClassName
{
color: #C80857;
}
.AnyTagClassName
{
color: #C80857;
}
</style>
background-color css
<style>
a { background-color: #C80857; }
a { background-color: rgb(200,8,87); }
div.DivClassName
{
background-color: #C80857;
}
.BgClassName
{
background-color: #C80857;
}
</style>
border-color css
<style>
span { border-color: #C80857; }
span { border-color: rgb(200,8,87); }
td.TdClassName
{
border-color: #C80857;
}
.TagClassName
{
border-color: #C80857;
}
</style>