Shades of Ruby #C81564
Tints of Ruby #C81564
RGB
CMYK
RGB Variations
Color information
#C81564 (or 0xC81564) is known color: Ruby. HEX triplet: C8, 15 and 64. RGB value is (200,21,100). Sum of RGB (Red+Green+Blue) = 200+21+100=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C81564 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81564 is #37EA9B. Grayscale: #535353. Windows color (decimal): -3664540 or 6559176. OLE color: 6559176.
HSL color Cylindrical-coordinate representation of color #C81564: hue angle of 333.52º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81564 is Cyan = 0, Magento = 0.90, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 21 | 100 | - |
| CMYK | 0 | 0.90 | 0.5 | 0.22 |
| HSL | 333.52º | 0.81% | 0.43% | - |
| HSV(B) | 333.52º | 0.9% | 0.78% | - |
| XYZ | 26.39 | 13.74 | 13.32 | - |
| YUV | 83.53 | 137.3 | 211.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 21 | 100 | 0 | 0.90 | 0.5 | 0.22 | 333.52 | 0.81 | 0.43 |
| Hex | C8 | 15 | 64 | 0 | 5A | 32 | 16 | 14E | 51 | 2B |
| Octal | 310 | 25 | 144 | 0 | 132 | 62 | 26 | 516 | 121 | 53 |
| Binary | 11001000 | 10101 | 1100100 | 0 | 1011010 | 110010 | 10110 | 101001110 | 1010001 | 101011 |
Color Harmonies of #C81564
Complementary color
Monochromatic Colors of #C81564
Black with #C81564
Text Example
Text Example
White with #C81564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81564; }
p { color: rgb(200,21,100); }
H1.HeaderClassName
{
color: #C81564;
}
.AnyTagClassName
{
color: #C81564;
}
</style>
background-color css
<style>
a { background-color: #C81564; }
a { background-color: rgb(200,21,100); }
div.DivClassName
{
background-color: #C81564;
}
.BgClassName
{
background-color: #C81564;
}
</style>
border-color css
<style>
span { border-color: #C81564; }
span { border-color: rgb(200,21,100); }
td.TdClassName
{
border-color: #C81564;
}
.TagClassName
{
border-color: #C81564;
}
</style>