Shades of Ruby #C81762
Tints of Ruby #C81762
RGB
CMYK
RGB Variations
Color information
#C81762 (or 0xC81762) is known color: Ruby. HEX triplet: C8, 17 and 62. RGB value is (200,23,98). Sum of RGB (Red+Green+Blue) = 200+23+98=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C81762 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C81762 is #37E89D. Grayscale: #545454. Windows color (decimal): -3664030 or 6428616. OLE color: 6428616.
HSL color Cylindrical-coordinate representation of color #C81762: hue angle of 334.58º 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 #C81762 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 98 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.22 |
| HSL | 334.58º | 0.79% | 0.44% | - |
| HSV(B) | 334.58º | 0.89% | 0.78% | - |
| XYZ | 26.33 | 13.77 | 12.83 | - |
| YUV | 84.47 | 135.64 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 98 | 0 | 0.88 | 0.51 | 0.22 | 334.58 | 0.79 | 0.44 |
| Hex | C8 | 17 | 62 | 0 | 58 | 33 | 16 | 14F | 4F | 2C |
| Octal | 310 | 27 | 142 | 0 | 130 | 63 | 26 | 517 | 117 | 54 |
| Binary | 11001000 | 10111 | 1100010 | 0 | 1011000 | 110011 | 10110 | 101001111 | 1001111 | 101100 |
Color Harmonies of #C81762
Complementary color
Monochromatic Colors of #C81762
Black with #C81762
Text Example
Text Example
White with #C81762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81762; }
p { color: rgb(200,23,98); }
H1.HeaderClassName
{
color: #C81762;
}
.AnyTagClassName
{
color: #C81762;
}
</style>
background-color css
<style>
a { background-color: #C81762; }
a { background-color: rgb(200,23,98); }
div.DivClassName
{
background-color: #C81762;
}
.BgClassName
{
background-color: #C81762;
}
</style>
border-color css
<style>
span { border-color: #C81762; }
span { border-color: rgb(200,23,98); }
td.TdClassName
{
border-color: #C81762;
}
.TagClassName
{
border-color: #C81762;
}
</style>