Shades of Ruby #C60950
Tints of Ruby #C60950
RGB
CMYK
RGB Variations
Color information
#C60950 (or 0xC60950) is known color: Ruby. HEX triplet: C6, 09 and 50. RGB value is (198,9,80). Sum of RGB (Red+Green+Blue) = 198+9+80=287 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.99% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 198 - color contains mainly: red. Hex color #C60950 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60950 is #39F6AF. Grayscale: #494949. Windows color (decimal): -3798704 or 5245382. OLE color: 5245382.
HSL color Cylindrical-coordinate representation of color #C60950: hue angle of 337.46º 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 #C60950 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 9 | 80 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.22 |
| HSL | 337.46º | 0.91% | 0.41% | - |
| HSV(B) | 337.46º | 0.95% | 0.78% | - |
| XYZ | 24.83 | 12.78 | 8.75 | - |
| YUV | 73.61 | 131.62 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 9 | 80 | 0 | 0.95 | 0.60 | 0.22 | 337.46 | 0.91 | 0.41 |
| Hex | C6 | 9 | 50 | 0 | 5F | 3C | 16 | 151 | 5B | 29 |
| Octal | 306 | 11 | 120 | 0 | 137 | 74 | 26 | 521 | 133 | 51 |
| Binary | 11000110 | 1001 | 1010000 | 0 | 1011111 | 111100 | 10110 | 101010001 | 1011011 | 101001 |
Color Harmonies of #C60950
Complementary color
Monochromatic Colors of #C60950
Black with #C60950
Text Example
Text Example
White with #C60950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60950; }
p { color: rgb(198,9,80); }
H1.HeaderClassName
{
color: #C60950;
}
.AnyTagClassName
{
color: #C60950;
}
</style>
background-color css
<style>
a { background-color: #C60950; }
a { background-color: rgb(198,9,80); }
div.DivClassName
{
background-color: #C60950;
}
.BgClassName
{
background-color: #C60950;
}
</style>
border-color css
<style>
span { border-color: #C60950; }
span { border-color: rgb(198,9,80); }
td.TdClassName
{
border-color: #C60950;
}
.TagClassName
{
border-color: #C60950;
}
</style>