Shades of Ruby #C60965
Tints of Ruby #C60965
RGB
CMYK
RGB Variations
Color information
#C60965 (or 0xC60965) is known color: Ruby. HEX triplet: C6, 09 and 65. RGB value is (198,9,101). Sum of RGB (Red+Green+Blue) = 198+9+101=308 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.29% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 198 - color contains mainly: red. Hex color #C60965 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60965 is #39F69A. Grayscale: #4B4B4B. Windows color (decimal): -3798683 or 6621638. OLE color: 6621638.
HSL color Cylindrical-coordinate representation of color #C60965: hue angle of 330.79º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60965 is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 9 | 101 | - |
| CMYK | 0 | 0.95 | 0.49 | 0.22 |
| HSL | 330.79º | 0.91% | 0.41% | - |
| HSV(B) | 330.79º | 0.95% | 0.78% | - |
| XYZ | 25.74 | 13.14 | 13.49 | - |
| YUV | 76 | 142.12 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 9 | 101 | 0 | 0.95 | 0.49 | 0.22 | 330.79 | 0.91 | 0.41 |
| Hex | C6 | 9 | 65 | 0 | 5F | 31 | 16 | 14B | 5B | 29 |
| Octal | 306 | 11 | 145 | 0 | 137 | 61 | 26 | 513 | 133 | 51 |
| Binary | 11000110 | 1001 | 1100101 | 0 | 1011111 | 110001 | 10110 | 101001011 | 1011011 | 101001 |
Color Harmonies of #C60965
Complementary color
Monochromatic Colors of #C60965
Black with #C60965
Text Example
Text Example
White with #C60965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60965; }
p { color: rgb(198,9,101); }
H1.HeaderClassName
{
color: #C60965;
}
.AnyTagClassName
{
color: #C60965;
}
</style>
background-color css
<style>
a { background-color: #C60965; }
a { background-color: rgb(198,9,101); }
div.DivClassName
{
background-color: #C60965;
}
.BgClassName
{
background-color: #C60965;
}
</style>
border-color css
<style>
span { border-color: #C60965; }
span { border-color: rgb(198,9,101); }
td.TdClassName
{
border-color: #C60965;
}
.TagClassName
{
border-color: #C60965;
}
</style>