Shades of Ruby #C81065
Tints of Ruby #C81065
RGB
CMYK
RGB Variations
Color information
#C81065 (or 0xC81065) is known color: Ruby. HEX triplet: C8, 10 and 65. RGB value is (200,16,101). Sum of RGB (Red+Green+Blue) = 200+16+101=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C81065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81065 is #37EF9A. Grayscale: #505050. Windows color (decimal): -3665819 or 6623432. OLE color: 6623432.
HSL color Cylindrical-coordinate representation of color #C81065: hue angle of 332.28º 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 #C81065 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 16 | 101 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.22 |
| HSL | 332.28º | 0.85% | 0.42% | - |
| HSV(B) | 332.28º | 0.92% | 0.78% | - |
| XYZ | 26.35 | 13.59 | 13.55 | - |
| YUV | 80.71 | 139.46 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 16 | 101 | 0 | 0.92 | 0.49 | 0.22 | 332.28 | 0.85 | 0.42 |
| Hex | C8 | 10 | 65 | 0 | 5C | 31 | 16 | 14C | 55 | 2A |
| Octal | 310 | 20 | 145 | 0 | 134 | 61 | 26 | 514 | 125 | 52 |
| Binary | 11001000 | 10000 | 1100101 | 0 | 1011100 | 110001 | 10110 | 101001100 | 1010101 | 101010 |
Color Harmonies of #C81065
Complementary color
Monochromatic Colors of #C81065
Black with #C81065
Text Example
Text Example
White with #C81065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81065; }
p { color: rgb(200,16,101); }
H1.HeaderClassName
{
color: #C81065;
}
.AnyTagClassName
{
color: #C81065;
}
</style>
background-color css
<style>
a { background-color: #C81065; }
a { background-color: rgb(200,16,101); }
div.DivClassName
{
background-color: #C81065;
}
.BgClassName
{
background-color: #C81065;
}
</style>
border-color css
<style>
span { border-color: #C81065; }
span { border-color: rgb(200,16,101); }
td.TdClassName
{
border-color: #C81065;
}
.TagClassName
{
border-color: #C81065;
}
</style>