Shades of Ruby #C81057
Tints of Ruby #C81057
RGB
CMYK
RGB Variations
Color information
#C81057 (or 0xC81057) is known color: Ruby. HEX triplet: C8, 10 and 57. RGB value is (200,16,87). Sum of RGB (Red+Green+Blue) = 200+16+87=303 (40% of max value = 765). Red value is 200 (78.52% from 255 or 66.01% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 87 (34.38% from 255 or 28.71% from 303); Max value from RGB is 200 - color contains mainly: red. Hex color #C81057 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81057 is #37EFA8. Grayscale: #4F4F4F. Windows color (decimal): -3665833 or 5705928. OLE color: 5705928.
HSL color Cylindrical-coordinate representation of color #C81057: hue angle of 336.85º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C81057 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 16 | 87 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.22 |
| HSL | 336.85º | 0.85% | 0.42% | - |
| HSV(B) | 336.85º | 0.92% | 0.78% | - |
| XYZ | 25.73 | 13.34 | 10.24 | - |
| YUV | 79.11 | 132.46 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 16 | 87 | 0 | 0.92 | 0.56 | 0.22 | 336.85 | 0.85 | 0.42 |
| Hex | C8 | 10 | 57 | 0 | 5C | 38 | 16 | 151 | 55 | 2A |
| Octal | 310 | 20 | 127 | 0 | 134 | 70 | 26 | 521 | 125 | 52 |
| Binary | 11001000 | 10000 | 1010111 | 0 | 1011100 | 111000 | 10110 | 101010001 | 1010101 | 101010 |
Color Harmonies of #C81057
Complementary color
Monochromatic Colors of #C81057
Black with #C81057
Text Example
Text Example
White with #C81057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81057; }
p { color: rgb(200,16,87); }
H1.HeaderClassName
{
color: #C81057;
}
.AnyTagClassName
{
color: #C81057;
}
</style>
background-color css
<style>
a { background-color: #C81057; }
a { background-color: rgb(200,16,87); }
div.DivClassName
{
background-color: #C81057;
}
.BgClassName
{
background-color: #C81057;
}
</style>
border-color css
<style>
span { border-color: #C81057; }
span { border-color: rgb(200,16,87); }
td.TdClassName
{
border-color: #C81057;
}
.TagClassName
{
border-color: #C81057;
}
</style>