Shades of Ruby #C81362
Tints of Ruby #C81362
RGB
CMYK
RGB Variations
Color information
#C81362 (or 0xC81362) is known color: Ruby. HEX triplet: C8, 13 and 62. RGB value is (200,19,98). Sum of RGB (Red+Green+Blue) = 200+19+98=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C81362 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81362 is #37EC9D. Grayscale: #515151. Windows color (decimal): -3665054 or 6427592. OLE color: 6427592.
HSL color Cylindrical-coordinate representation of color #C81362: hue angle of 333.81º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C81362 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 19 | 98 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.22 |
| HSL | 333.81º | 0.83% | 0.43% | - |
| HSV(B) | 333.81º | 0.91% | 0.78% | - |
| XYZ | 26.26 | 13.63 | 12.8 | - |
| YUV | 82.13 | 136.97 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 19 | 98 | 0 | 0.90 | 0.51 | 0.22 | 333.81 | 0.83 | 0.43 |
| Hex | C8 | 13 | 62 | 0 | 5A | 33 | 16 | 14E | 53 | 2B |
| Octal | 310 | 23 | 142 | 0 | 132 | 63 | 26 | 516 | 123 | 53 |
| Binary | 11001000 | 10011 | 1100010 | 0 | 1011010 | 110011 | 10110 | 101001110 | 1010011 | 101011 |
Color Harmonies of #C81362
Complementary color
Monochromatic Colors of #C81362
Black with #C81362
Text Example
Text Example
White with #C81362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81362; }
p { color: rgb(200,19,98); }
H1.HeaderClassName
{
color: #C81362;
}
.AnyTagClassName
{
color: #C81362;
}
</style>
background-color css
<style>
a { background-color: #C81362; }
a { background-color: rgb(200,19,98); }
div.DivClassName
{
background-color: #C81362;
}
.BgClassName
{
background-color: #C81362;
}
</style>
border-color css
<style>
span { border-color: #C81362; }
span { border-color: rgb(200,19,98); }
td.TdClassName
{
border-color: #C81362;
}
.TagClassName
{
border-color: #C81362;
}
</style>