Shades of Ruby #C60851
Tints of Ruby #C60851
RGB
CMYK
RGB Variations
Color information
#C60851 (or 0xC60851) is known color: Ruby. HEX triplet: C6, 08 and 51. RGB value is (198,8,81). Sum of RGB (Red+Green+Blue) = 198+8+81=287 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.99% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 81 (32.03% from 255 or 28.22% from 287); Max value from RGB is 198 - color contains mainly: red. Hex color #C60851 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60851 is #39F7AE. Grayscale: #494949. Windows color (decimal): -3798959 or 5310662. OLE color: 5310662.
HSL color Cylindrical-coordinate representation of color #C60851: hue angle of 336.95º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C60851 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 8 | 81 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.22 |
| HSL | 336.95º | 0.92% | 0.4% | - |
| HSV(B) | 336.95º | 0.96% | 0.78% | - |
| XYZ | 24.86 | 12.77 | 8.94 | - |
| YUV | 73.13 | 132.45 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 8 | 81 | 0 | 0.96 | 0.59 | 0.22 | 336.95 | 0.92 | 0.4 |
| Hex | C6 | 8 | 51 | 0 | 60 | 3B | 16 | 151 | 5C | 28 |
| Octal | 306 | 10 | 121 | 0 | 140 | 73 | 26 | 521 | 134 | 50 |
| Binary | 11000110 | 1000 | 1010001 | 0 | 1100000 | 111011 | 10110 | 101010001 | 1011100 | 101000 |
Color Harmonies of #C60851
Complementary color
Monochromatic Colors of #C60851
Black with #C60851
Text Example
Text Example
White with #C60851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60851; }
p { color: rgb(198,8,81); }
H1.HeaderClassName
{
color: #C60851;
}
.AnyTagClassName
{
color: #C60851;
}
</style>
background-color css
<style>
a { background-color: #C60851; }
a { background-color: rgb(198,8,81); }
div.DivClassName
{
background-color: #C60851;
}
.BgClassName
{
background-color: #C60851;
}
</style>
border-color css
<style>
span { border-color: #C60851; }
span { border-color: rgb(198,8,81); }
td.TdClassName
{
border-color: #C60851;
}
.TagClassName
{
border-color: #C60851;
}
</style>