Shades of Ruby #C81062
Tints of Ruby #C81062
RGB
CMYK
RGB Variations
Color information
#C81062 (or 0xC81062) is known color: Ruby. HEX triplet: C8, 10 and 62. RGB value is (200,16,98). Sum of RGB (Red+Green+Blue) = 200+16+98=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C81062 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81062 is #37EF9D. Grayscale: #505050. Windows color (decimal): -3665822 or 6426824. OLE color: 6426824.
HSL color Cylindrical-coordinate representation of color #C81062: hue angle of 333.26º 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 #C81062 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 16 | 98 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.22 |
| HSL | 333.26º | 0.85% | 0.42% | - |
| HSV(B) | 333.26º | 0.92% | 0.78% | - |
| XYZ | 26.21 | 13.53 | 12.79 | - |
| YUV | 80.36 | 137.96 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 16 | 98 | 0 | 0.92 | 0.51 | 0.22 | 333.26 | 0.85 | 0.42 |
| Hex | C8 | 10 | 62 | 0 | 5C | 33 | 16 | 14D | 55 | 2A |
| Octal | 310 | 20 | 142 | 0 | 134 | 63 | 26 | 515 | 125 | 52 |
| Binary | 11001000 | 10000 | 1100010 | 0 | 1011100 | 110011 | 10110 | 101001101 | 1010101 | 101010 |
Color Harmonies of #C81062
Complementary color
Monochromatic Colors of #C81062
Black with #C81062
Text Example
Text Example
White with #C81062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81062; }
p { color: rgb(200,16,98); }
H1.HeaderClassName
{
color: #C81062;
}
.AnyTagClassName
{
color: #C81062;
}
</style>
background-color css
<style>
a { background-color: #C81062; }
a { background-color: rgb(200,16,98); }
div.DivClassName
{
background-color: #C81062;
}
.BgClassName
{
background-color: #C81062;
}
</style>
border-color css
<style>
span { border-color: #C81062; }
span { border-color: rgb(200,16,98); }
td.TdClassName
{
border-color: #C81062;
}
.TagClassName
{
border-color: #C81062;
}
</style>