Shades of Ruby #C80757
Tints of Ruby #C80757
RGB
CMYK
RGB Variations
Color information
#C80757 (or 0xC80757) is known color: Ruby. HEX triplet: C8, 07 and 57. RGB value is (200,7,87). Sum of RGB (Red+Green+Blue) = 200+7+87=294 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.03% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 87 (34.38% from 255 or 29.59% from 294); Max value from RGB is 200 - color contains mainly: red. Hex color #C80757 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80757 is #37F8A8. Grayscale: #494949. Windows color (decimal): -3668137 or 5703624. OLE color: 5703624.
HSL color Cylindrical-coordinate representation of color #C80757: hue angle of 335.13º degrees, saturation: 0.93, 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 #C80757 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 7 | 87 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.22 |
| HSL | 335.13º | 0.93% | 0.41% | - |
| HSV(B) | 335.13º | 0.97% | 0.78% | - |
| XYZ | 25.62 | 13.12 | 10.2 | - |
| YUV | 73.83 | 135.44 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 7 | 87 | 0 | 0.96 | 0.56 | 0.22 | 335.13 | 0.93 | 0.41 |
| Hex | C8 | 7 | 57 | 0 | 60 | 38 | 16 | 14F | 5D | 29 |
| Octal | 310 | 7 | 127 | 0 | 140 | 70 | 26 | 517 | 135 | 51 |
| Binary | 11001000 | 111 | 1010111 | 0 | 1100000 | 111000 | 10110 | 101001111 | 1011101 | 101001 |
Color Harmonies of #C80757
Complementary color
Monochromatic Colors of #C80757
Black with #C80757
Text Example
Text Example
White with #C80757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80757; }
p { color: rgb(200,7,87); }
H1.HeaderClassName
{
color: #C80757;
}
.AnyTagClassName
{
color: #C80757;
}
</style>
background-color css
<style>
a { background-color: #C80757; }
a { background-color: rgb(200,7,87); }
div.DivClassName
{
background-color: #C80757;
}
.BgClassName
{
background-color: #C80757;
}
</style>
border-color css
<style>
span { border-color: #C80757; }
span { border-color: rgb(200,7,87); }
td.TdClassName
{
border-color: #C80757;
}
.TagClassName
{
border-color: #C80757;
}
</style>