Shades of Ruby #C80957
Tints of Ruby #C80957
RGB
CMYK
RGB Variations
Color information
#C80957 (or 0xC80957) is known color: Ruby. HEX triplet: C8, 09 and 57. RGB value is (200,9,87). Sum of RGB (Red+Green+Blue) = 200+9+87=296 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.57% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 200 - color contains mainly: red. Hex color #C80957 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80957 is #37F6A8. Grayscale: #4A4A4A. Windows color (decimal): -3667625 or 5704136. OLE color: 5704136.
HSL color Cylindrical-coordinate representation of color #C80957: hue angle of 335.5º degrees, saturation: 0.91, 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 #C80957 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 9 | 87 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.22 |
| HSL | 335.5º | 0.91% | 0.41% | - |
| HSV(B) | 335.5º | 0.96% | 0.78% | - |
| XYZ | 25.64 | 13.16 | 10.21 | - |
| YUV | 75 | 134.78 | 217.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 9 | 87 | 0 | 0.96 | 0.56 | 0.22 | 335.5 | 0.91 | 0.41 |
| Hex | C8 | 9 | 57 | 0 | 60 | 38 | 16 | 14F | 5B | 29 |
| Octal | 310 | 11 | 127 | 0 | 140 | 70 | 26 | 517 | 133 | 51 |
| Binary | 11001000 | 1001 | 1010111 | 0 | 1100000 | 111000 | 10110 | 101001111 | 1011011 | 101001 |
Color Harmonies of #C80957
Complementary color
Monochromatic Colors of #C80957
Black with #C80957
Text Example
Text Example
White with #C80957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80957; }
p { color: rgb(200,9,87); }
H1.HeaderClassName
{
color: #C80957;
}
.AnyTagClassName
{
color: #C80957;
}
</style>
background-color css
<style>
a { background-color: #C80957; }
a { background-color: rgb(200,9,87); }
div.DivClassName
{
background-color: #C80957;
}
.BgClassName
{
background-color: #C80957;
}
</style>
border-color css
<style>
span { border-color: #C80957; }
span { border-color: rgb(200,9,87); }
td.TdClassName
{
border-color: #C80957;
}
.TagClassName
{
border-color: #C80957;
}
</style>