Shades of Ruby #C60955
Tints of Ruby #C60955
RGB
CMYK
RGB Variations
Color information
#C60955 (or 0xC60955) is known color: Ruby. HEX triplet: C6, 09 and 55. RGB value is (198,9,85). Sum of RGB (Red+Green+Blue) = 198+9+85=292 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.81% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 85 (33.59% from 255 or 29.11% from 292); Max value from RGB is 198 - color contains mainly: red. Hex color #C60955 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60955 is #39F6AA. Grayscale: #4A4A4A. Windows color (decimal): -3798699 or 5573062. OLE color: 5573062.
HSL color Cylindrical-coordinate representation of color #C60955: hue angle of 335.87º 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 #C60955 is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 9 | 85 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.22 |
| HSL | 335.87º | 0.91% | 0.41% | - |
| HSV(B) | 335.87º | 0.95% | 0.78% | - |
| XYZ | 25.03 | 12.86 | 9.76 | - |
| YUV | 74.18 | 134.12 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 9 | 85 | 0 | 0.95 | 0.57 | 0.22 | 335.87 | 0.91 | 0.41 |
| Hex | C6 | 9 | 55 | 0 | 5F | 39 | 16 | 150 | 5B | 29 |
| Octal | 306 | 11 | 125 | 0 | 137 | 71 | 26 | 520 | 133 | 51 |
| Binary | 11000110 | 1001 | 1010101 | 0 | 1011111 | 111001 | 10110 | 101010000 | 1011011 | 101001 |
Color Harmonies of #C60955
Complementary color
Monochromatic Colors of #C60955
Black with #C60955
Text Example
Text Example
White with #C60955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60955; }
p { color: rgb(198,9,85); }
H1.HeaderClassName
{
color: #C60955;
}
.AnyTagClassName
{
color: #C60955;
}
</style>
background-color css
<style>
a { background-color: #C60955; }
a { background-color: rgb(198,9,85); }
div.DivClassName
{
background-color: #C60955;
}
.BgClassName
{
background-color: #C60955;
}
</style>
border-color css
<style>
span { border-color: #C60955; }
span { border-color: rgb(198,9,85); }
td.TdClassName
{
border-color: #C60955;
}
.TagClassName
{
border-color: #C60955;
}
</style>