Shades of Ruby #C60966
Tints of Ruby #C60966
RGB
CMYK
RGB Variations
Color information
#C60966 (or 0xC60966) is known color: Ruby. HEX triplet: C6, 09 and 66. RGB value is (198,9,102). Sum of RGB (Red+Green+Blue) = 198+9+102=309 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.08% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 198 - color contains mainly: red. Hex color #C60966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60966 is #39F699. Grayscale: #4B4B4B. Windows color (decimal): -3798682 or 6687174. OLE color: 6687174.
HSL color Cylindrical-coordinate representation of color #C60966: hue angle of 330.48º 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 #C60966 is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 9 | 102 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.22 |
| HSL | 330.48º | 0.91% | 0.41% | - |
| HSV(B) | 330.48º | 0.95% | 0.78% | - |
| XYZ | 25.78 | 13.16 | 13.75 | - |
| YUV | 76.11 | 142.62 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 9 | 102 | 0 | 0.95 | 0.48 | 0.22 | 330.48 | 0.91 | 0.41 |
| Hex | C6 | 9 | 66 | 0 | 5F | 30 | 16 | 14A | 5B | 29 |
| Octal | 306 | 11 | 146 | 0 | 137 | 60 | 26 | 512 | 133 | 51 |
| Binary | 11000110 | 1001 | 1100110 | 0 | 1011111 | 110000 | 10110 | 101001010 | 1011011 | 101001 |
Color Harmonies of #C60966
Complementary color
Monochromatic Colors of #C60966
Black with #C60966
Text Example
Text Example
White with #C60966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60966; }
p { color: rgb(198,9,102); }
H1.HeaderClassName
{
color: #C60966;
}
.AnyTagClassName
{
color: #C60966;
}
</style>
background-color css
<style>
a { background-color: #C60966; }
a { background-color: rgb(198,9,102); }
div.DivClassName
{
background-color: #C60966;
}
.BgClassName
{
background-color: #C60966;
}
</style>
border-color css
<style>
span { border-color: #C60966; }
span { border-color: rgb(198,9,102); }
td.TdClassName
{
border-color: #C60966;
}
.TagClassName
{
border-color: #C60966;
}
</style>