Shades of Ruby #C81761
Tints of Ruby #C81761
RGB
CMYK
RGB Variations
Color information
#C81761 (or 0xC81761) is known color: Ruby. HEX triplet: C8, 17 and 61. RGB value is (200,23,97). Sum of RGB (Red+Green+Blue) = 200+23+97=320 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.5% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 200 - color contains mainly: red. Hex color #C81761 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81761 is #37E89E. Grayscale: #545454. Windows color (decimal): -3664031 or 6363080. OLE color: 6363080.
HSL color Cylindrical-coordinate representation of color #C81761: hue angle of 334.92º 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 #C81761 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 97 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.22 |
| HSL | 334.92º | 0.79% | 0.44% | - |
| HSV(B) | 334.92º | 0.89% | 0.78% | - |
| XYZ | 26.28 | 13.76 | 12.58 | - |
| YUV | 84.36 | 135.14 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 97 | 0 | 0.88 | 0.52 | 0.22 | 334.92 | 0.79 | 0.44 |
| Hex | C8 | 17 | 61 | 0 | 58 | 34 | 16 | 14F | 4F | 2C |
| Octal | 310 | 27 | 141 | 0 | 130 | 64 | 26 | 517 | 117 | 54 |
| Binary | 11001000 | 10111 | 1100001 | 0 | 1011000 | 110100 | 10110 | 101001111 | 1001111 | 101100 |
Color Harmonies of #C81761
Complementary color
Monochromatic Colors of #C81761
Black with #C81761
Text Example
Text Example
White with #C81761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81761; }
p { color: rgb(200,23,97); }
H1.HeaderClassName
{
color: #C81761;
}
.AnyTagClassName
{
color: #C81761;
}
</style>
background-color css
<style>
a { background-color: #C81761; }
a { background-color: rgb(200,23,97); }
div.DivClassName
{
background-color: #C81761;
}
.BgClassName
{
background-color: #C81761;
}
</style>
border-color css
<style>
span { border-color: #C81761; }
span { border-color: rgb(200,23,97); }
td.TdClassName
{
border-color: #C81761;
}
.TagClassName
{
border-color: #C81761;
}
</style>