Shades of Ruby #C81A61
Tints of Ruby #C81A61
RGB
CMYK
RGB Variations
Color information
#C81A61 (or 0xC81A61) is known color: Ruby. HEX triplet: C8, 1A and 61. RGB value is (200,26,97). Sum of RGB (Red+Green+Blue) = 200+26+97=323 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.92% from 323); Green value is 26 (10.55% from 255 or 8.05% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81A61 is #37E59E. Grayscale: #565656. Windows color (decimal): -3663263 or 6363848. OLE color: 6363848.
HSL color Cylindrical-coordinate representation of color #C81A61: hue angle of 335.52º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C81A61 is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 26 | 97 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.22 |
| HSL | 335.52º | 0.77% | 0.44% | - |
| HSV(B) | 335.52º | 0.87% | 0.78% | - |
| XYZ | 26.35 | 13.88 | 12.6 | - |
| YUV | 86.12 | 134.15 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 26 | 97 | 0 | 0.87 | 0.52 | 0.22 | 335.52 | 0.77 | 0.44 |
| Hex | C8 | 1A | 61 | 0 | 57 | 34 | 16 | 150 | 4D | 2C |
| Octal | 310 | 32 | 141 | 0 | 127 | 64 | 26 | 520 | 115 | 54 |
| Binary | 11001000 | 11010 | 1100001 | 0 | 1010111 | 110100 | 10110 | 101010000 | 1001101 | 101100 |
Color Harmonies of #C81A61
Complementary color
Monochromatic Colors of #C81A61
Black with #C81A61
Text Example
Text Example
White with #C81A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81A61; }
p { color: rgb(200,26,97); }
H1.HeaderClassName
{
color: #C81A61;
}
.AnyTagClassName
{
color: #C81A61;
}
</style>
background-color css
<style>
a { background-color: #C81A61; }
a { background-color: rgb(200,26,97); }
div.DivClassName
{
background-color: #C81A61;
}
.BgClassName
{
background-color: #C81A61;
}
</style>
border-color css
<style>
span { border-color: #C81A61; }
span { border-color: rgb(200,26,97); }
td.TdClassName
{
border-color: #C81A61;
}
.TagClassName
{
border-color: #C81A61;
}
</style>