Shades of Ruby #C60065
Tints of Ruby #C60065
RGB
CMYK
RGB Variations
Color information
#C60065 (or 0xC60065) is known color: Ruby. HEX triplet: C6, 00 and 65. RGB value is (198,0,101). Sum of RGB (Red+Green+Blue) = 198+0+101=299 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.22% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 198 - color contains mainly: red. Hex color #C60065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60065 is #39FF9A. Grayscale: #464646. Windows color (decimal): -3800987 or 6619334. OLE color: 6619334.
HSL color Cylindrical-coordinate representation of color #C60065: hue angle of 329.39º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C60065 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 0 | 101 | - |
| CMYK | 0 | 1 | 0.49 | 0.22 |
| HSL | 329.39º | 1% | 0.39% | - |
| HSV(B) | 329.39º | 1% | 0.78% | - |
| XYZ | 25.64 | 12.95 | 13.46 | - |
| YUV | 70.72 | 145.1 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 0 | 101 | 0 | 1 | 0.49 | 0.22 | 329.39 | 1 | 0.39 |
| Hex | C6 | 0 | 65 | 0 | 64 | 31 | 16 | 149 | 64 | 27 |
| Octal | 306 | 0 | 145 | 0 | 144 | 61 | 26 | 511 | 144 | 47 |
| Binary | 11000110 | 0 | 1100101 | 0 | 1100100 | 110001 | 10110 | 101001001 | 1100100 | 100111 |
Color Harmonies of #C60065
Complementary color
Monochromatic Colors of #C60065
Black with #C60065
Text Example
Text Example
White with #C60065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60065; }
p { color: rgb(198,0,101); }
H1.HeaderClassName
{
color: #C60065;
}
.AnyTagClassName
{
color: #C60065;
}
</style>
background-color css
<style>
a { background-color: #C60065; }
a { background-color: rgb(198,0,101); }
div.DivClassName
{
background-color: #C60065;
}
.BgClassName
{
background-color: #C60065;
}
</style>
border-color css
<style>
span { border-color: #C60065; }
span { border-color: rgb(198,0,101); }
td.TdClassName
{
border-color: #C60065;
}
.TagClassName
{
border-color: #C60065;
}
</style>