Shades of Ruby #C81956
Tints of Ruby #C81956
RGB
CMYK
RGB Variations
Color information
#C81956 (or 0xC81956) is known color: Ruby. HEX triplet: C8, 19 and 56. RGB value is (200,25,86). Sum of RGB (Red+Green+Blue) = 200+25+86=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 25 (10.16% from 255 or 8.04% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C81956 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81956 is #37E6A9. Grayscale: #545454. Windows color (decimal): -3663530 or 5642696. OLE color: 5642696.
HSL color Cylindrical-coordinate representation of color #C81956: hue angle of 339.09º degrees, saturation: 0.78, 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 #C81956 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 25 | 86 | - |
| CMYK | 0 | 0.88 | 0.57 | 0.22 |
| HSL | 339.09º | 0.78% | 0.44% | - |
| HSV(B) | 339.09º | 0.88% | 0.78% | - |
| XYZ | 25.85 | 13.65 | 10.08 | - |
| YUV | 84.28 | 128.98 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 25 | 86 | 0 | 0.88 | 0.57 | 0.22 | 339.09 | 0.78 | 0.44 |
| Hex | C8 | 19 | 56 | 0 | 58 | 39 | 16 | 153 | 4E | 2C |
| Octal | 310 | 31 | 126 | 0 | 130 | 71 | 26 | 523 | 116 | 54 |
| Binary | 11001000 | 11001 | 1010110 | 0 | 1011000 | 111001 | 10110 | 101010011 | 1001110 | 101100 |
Color Harmonies of #C81956
Complementary color
Monochromatic Colors of #C81956
Black with #C81956
Text Example
Text Example
White with #C81956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81956; }
p { color: rgb(200,25,86); }
H1.HeaderClassName
{
color: #C81956;
}
.AnyTagClassName
{
color: #C81956;
}
</style>
background-color css
<style>
a { background-color: #C81956; }
a { background-color: rgb(200,25,86); }
div.DivClassName
{
background-color: #C81956;
}
.BgClassName
{
background-color: #C81956;
}
</style>
border-color css
<style>
span { border-color: #C81956; }
span { border-color: rgb(200,25,86); }
td.TdClassName
{
border-color: #C81956;
}
.TagClassName
{
border-color: #C81956;
}
</style>