Shades of Ruby #C60961
Tints of Ruby #C60961
RGB
CMYK
RGB Variations
Color information
#C60961 (or 0xC60961) is known color: Ruby. HEX triplet: C6, 09 and 61. RGB value is (198,9,97). Sum of RGB (Red+Green+Blue) = 198+9+97=304 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.13% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 198 - color contains mainly: red. Hex color #C60961 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60961 is #39F69E. Grayscale: #4B4B4B. Windows color (decimal): -3798687 or 6359494. OLE color: 6359494.
HSL color Cylindrical-coordinate representation of color #C60961: hue angle of 332.06º 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 #C60961 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 9 | 97 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.22 |
| HSL | 332.06º | 0.91% | 0.41% | - |
| HSV(B) | 332.06º | 0.95% | 0.78% | - |
| XYZ | 25.54 | 13.06 | 12.48 | - |
| YUV | 75.54 | 140.12 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 9 | 97 | 0 | 0.95 | 0.51 | 0.22 | 332.06 | 0.91 | 0.41 |
| Hex | C6 | 9 | 61 | 0 | 5F | 33 | 16 | 14C | 5B | 29 |
| Octal | 306 | 11 | 141 | 0 | 137 | 63 | 26 | 514 | 133 | 51 |
| Binary | 11000110 | 1001 | 1100001 | 0 | 1011111 | 110011 | 10110 | 101001100 | 1011011 | 101001 |
Color Harmonies of #C60961
Complementary color
Monochromatic Colors of #C60961
Black with #C60961
Text Example
Text Example
White with #C60961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60961; }
p { color: rgb(198,9,97); }
H1.HeaderClassName
{
color: #C60961;
}
.AnyTagClassName
{
color: #C60961;
}
</style>
background-color css
<style>
a { background-color: #C60961; }
a { background-color: rgb(198,9,97); }
div.DivClassName
{
background-color: #C60961;
}
.BgClassName
{
background-color: #C60961;
}
</style>
border-color css
<style>
span { border-color: #C60961; }
span { border-color: rgb(198,9,97); }
td.TdClassName
{
border-color: #C60961;
}
.TagClassName
{
border-color: #C60961;
}
</style>