Shades of Ruby #C60865
Tints of Ruby #C60865
RGB
CMYK
RGB Variations
Color information
#C60865 (or 0xC60865) is known color: Ruby. HEX triplet: C6, 08 and 65. RGB value is (198,8,101). Sum of RGB (Red+Green+Blue) = 198+8+101=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C60865 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60865 is #39F79A. Grayscale: #4B4B4B. Windows color (decimal): -3798939 or 6621382. OLE color: 6621382.
HSL color Cylindrical-coordinate representation of color #C60865: hue angle of 330.63º 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 #C60865 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 8 | 101 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.22 |
| HSL | 330.63º | 0.92% | 0.4% | - |
| HSV(B) | 330.63º | 0.96% | 0.78% | - |
| XYZ | 25.72 | 13.12 | 13.49 | - |
| YUV | 75.41 | 142.45 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 8 | 101 | 0 | 0.96 | 0.49 | 0.22 | 330.63 | 0.92 | 0.4 |
| Hex | C6 | 8 | 65 | 0 | 60 | 31 | 16 | 14B | 5C | 28 |
| Octal | 306 | 10 | 145 | 0 | 140 | 61 | 26 | 513 | 134 | 50 |
| Binary | 11000110 | 1000 | 1100101 | 0 | 1100000 | 110001 | 10110 | 101001011 | 1011100 | 101000 |
Color Harmonies of #C60865
Complementary color
Monochromatic Colors of #C60865
Black with #C60865
Text Example
Text Example
White with #C60865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60865; }
p { color: rgb(198,8,101); }
H1.HeaderClassName
{
color: #C60865;
}
.AnyTagClassName
{
color: #C60865;
}
</style>
background-color css
<style>
a { background-color: #C60865; }
a { background-color: rgb(198,8,101); }
div.DivClassName
{
background-color: #C60865;
}
.BgClassName
{
background-color: #C60865;
}
</style>
border-color css
<style>
span { border-color: #C60865; }
span { border-color: rgb(198,8,101); }
td.TdClassName
{
border-color: #C60865;
}
.TagClassName
{
border-color: #C60865;
}
</style>