Shades of Ruby #C81856
Tints of Ruby #C81856
RGB
CMYK
RGB Variations
Color information
#C81856 (or 0xC81856) is known color: Ruby. HEX triplet: C8, 18 and 56. RGB value is (200,24,86). Sum of RGB (Red+Green+Blue) = 200+24+86=310 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.52% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 200 - color contains mainly: red. Hex color #C81856 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81856 is #37E7A9. Grayscale: #535353. Windows color (decimal): -3663786 or 5642440. OLE color: 5642440.
HSL color Cylindrical-coordinate representation of color #C81856: hue angle of 338.86º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81856 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 24 | 86 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.22 |
| HSL | 338.86º | 0.79% | 0.44% | - |
| HSV(B) | 338.86º | 0.88% | 0.78% | - |
| XYZ | 25.83 | 13.6 | 10.07 | - |
| YUV | 83.69 | 129.31 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 24 | 86 | 0 | 0.88 | 0.57 | 0.22 | 338.86 | 0.79 | 0.44 |
| Hex | C8 | 18 | 56 | 0 | 58 | 39 | 16 | 153 | 4F | 2C |
| Octal | 310 | 30 | 126 | 0 | 130 | 71 | 26 | 523 | 117 | 54 |
| Binary | 11001000 | 11000 | 1010110 | 0 | 1011000 | 111001 | 10110 | 101010011 | 1001111 | 101100 |
Color Harmonies of #C81856
Complementary color
Monochromatic Colors of #C81856
Black with #C81856
Text Example
Text Example
White with #C81856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81856; }
p { color: rgb(200,24,86); }
H1.HeaderClassName
{
color: #C81856;
}
.AnyTagClassName
{
color: #C81856;
}
</style>
background-color css
<style>
a { background-color: #C81856; }
a { background-color: rgb(200,24,86); }
div.DivClassName
{
background-color: #C81856;
}
.BgClassName
{
background-color: #C81856;
}
</style>
border-color css
<style>
span { border-color: #C81856; }
span { border-color: rgb(200,24,86); }
td.TdClassName
{
border-color: #C81856;
}
.TagClassName
{
border-color: #C81856;
}
</style>