Shades of Ruby #C81A5E
Tints of Ruby #C81A5E
RGB
CMYK
RGB Variations
Color information
#C81A5E (or 0xC81A5E) is known color: Ruby. HEX triplet: C8, 1A and 5E. RGB value is (200,26,94). Sum of RGB (Red+Green+Blue) = 200+26+94=320 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.5% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C81A5E is #37E5A1. Grayscale: #555555. Windows color (decimal): -3663266 or 6167240. OLE color: 6167240.
HSL color Cylindrical-coordinate representation of color #C81A5E: hue angle of 336.55º 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 #C81A5E is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 26 | 94 | - |
| CMYK | 0 | 0.87 | 0.53 | 0.22 |
| HSL | 336.55º | 0.77% | 0.44% | - |
| HSV(B) | 336.55º | 0.87% | 0.78% | - |
| XYZ | 26.21 | 13.83 | 11.88 | - |
| YUV | 85.78 | 132.65 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 26 | 94 | 0 | 0.87 | 0.53 | 0.22 | 336.55 | 0.77 | 0.44 |
| Hex | C8 | 1A | 5E | 0 | 57 | 35 | 16 | 151 | 4D | 2C |
| Octal | 310 | 32 | 136 | 0 | 127 | 65 | 26 | 521 | 115 | 54 |
| Binary | 11001000 | 11010 | 1011110 | 0 | 1010111 | 110101 | 10110 | 101010001 | 1001101 | 101100 |
Color Harmonies of #C81A5E
Complementary color
Monochromatic Colors of #C81A5E
Black with #C81A5E
Text Example
Text Example
White with #C81A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81A5E; }
p { color: rgb(200,26,94); }
H1.HeaderClassName
{
color: #C81A5E;
}
.AnyTagClassName
{
color: #C81A5E;
}
</style>
background-color css
<style>
a { background-color: #C81A5E; }
a { background-color: rgb(200,26,94); }
div.DivClassName
{
background-color: #C81A5E;
}
.BgClassName
{
background-color: #C81A5E;
}
</style>
border-color css
<style>
span { border-color: #C81A5E; }
span { border-color: rgb(200,26,94); }
td.TdClassName
{
border-color: #C81A5E;
}
.TagClassName
{
border-color: #C81A5E;
}
</style>