Shades of Ruby #C60665
Tints of Ruby #C60665
RGB
CMYK
RGB Variations
Color information
#C60665 (or 0xC60665) is known color: Ruby. HEX triplet: C6, 06 and 65. RGB value is (198,6,101). Sum of RGB (Red+Green+Blue) = 198+6+101=305 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.92% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 198 - color contains mainly: red. Hex color #C60665 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60665 is #39F99A. Grayscale: #4A4A4A. Windows color (decimal): -3799451 or 6620870. OLE color: 6620870.
HSL color Cylindrical-coordinate representation of color #C60665: hue angle of 330.31º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C60665 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 6 | 101 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.22 |
| HSL | 330.31º | 0.94% | 0.4% | - |
| HSV(B) | 330.31º | 0.97% | 0.78% | - |
| XYZ | 25.7 | 13.08 | 13.48 | - |
| YUV | 74.24 | 143.11 | 216.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 6 | 101 | 0 | 0.97 | 0.49 | 0.22 | 330.31 | 0.94 | 0.4 |
| Hex | C6 | 6 | 65 | 0 | 61 | 31 | 16 | 14A | 5E | 28 |
| Octal | 306 | 6 | 145 | 0 | 141 | 61 | 26 | 512 | 136 | 50 |
| Binary | 11000110 | 110 | 1100101 | 0 | 1100001 | 110001 | 10110 | 101001010 | 1011110 | 101000 |
Color Harmonies of #C60665
Complementary color
Monochromatic Colors of #C60665
Black with #C60665
Text Example
Text Example
White with #C60665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60665; }
p { color: rgb(198,6,101); }
H1.HeaderClassName
{
color: #C60665;
}
.AnyTagClassName
{
color: #C60665;
}
</style>
background-color css
<style>
a { background-color: #C60665; }
a { background-color: rgb(198,6,101); }
div.DivClassName
{
background-color: #C60665;
}
.BgClassName
{
background-color: #C60665;
}
</style>
border-color css
<style>
span { border-color: #C60665; }
span { border-color: rgb(198,6,101); }
td.TdClassName
{
border-color: #C60665;
}
.TagClassName
{
border-color: #C60665;
}
</style>