Shades of Ruby #C81064
Tints of Ruby #C81064
RGB
CMYK
RGB Variations
Color information
#C81064 (or 0xC81064) is known color: Ruby. HEX triplet: C8, 10 and 64. RGB value is (200,16,100). Sum of RGB (Red+Green+Blue) = 200+16+100=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 16 (6.64% from 255 or 5.06% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C81064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81064 is #37EF9B. Grayscale: #505050. Windows color (decimal): -3665820 or 6557896. OLE color: 6557896.
HSL color Cylindrical-coordinate representation of color #C81064: hue angle of 332.61º 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 #C81064 is Cyan = 0, Magento = 0.92, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 16 | 100 | - |
| CMYK | 0 | 0.92 | 0.5 | 0.22 |
| HSL | 332.61º | 0.85% | 0.42% | - |
| HSV(B) | 332.61º | 0.92% | 0.78% | - |
| XYZ | 26.3 | 13.57 | 13.29 | - |
| YUV | 80.59 | 138.96 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 16 | 100 | 0 | 0.92 | 0.5 | 0.22 | 332.61 | 0.85 | 0.42 |
| Hex | C8 | 10 | 64 | 0 | 5C | 32 | 16 | 14D | 55 | 2A |
| Octal | 310 | 20 | 144 | 0 | 134 | 62 | 26 | 515 | 125 | 52 |
| Binary | 11001000 | 10000 | 1100100 | 0 | 1011100 | 110010 | 10110 | 101001101 | 1010101 | 101010 |
Color Harmonies of #C81064
Complementary color
Monochromatic Colors of #C81064
Black with #C81064
Text Example
Text Example
White with #C81064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81064; }
p { color: rgb(200,16,100); }
H1.HeaderClassName
{
color: #C81064;
}
.AnyTagClassName
{
color: #C81064;
}
</style>
background-color css
<style>
a { background-color: #C81064; }
a { background-color: rgb(200,16,100); }
div.DivClassName
{
background-color: #C81064;
}
.BgClassName
{
background-color: #C81064;
}
</style>
border-color css
<style>
span { border-color: #C81064; }
span { border-color: rgb(200,16,100); }
td.TdClassName
{
border-color: #C81064;
}
.TagClassName
{
border-color: #C81064;
}
</style>