Shades of Ruby #C60566
Tints of Ruby #C60566
RGB
CMYK
RGB Variations
Color information
#C60566 (or 0xC60566) is known color: Ruby. HEX triplet: C6, 05 and 66. RGB value is (198,5,102). Sum of RGB (Red+Green+Blue) = 198+5+102=305 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.92% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 198 - color contains mainly: red. Hex color #C60566 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60566 is #39FA99. Grayscale: #494949. Windows color (decimal): -3799706 or 6686150. OLE color: 6686150.
HSL color Cylindrical-coordinate representation of color #C60566: hue angle of 329.84º degrees, saturation: 0.95, 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 #C60566 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 5 | 102 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.22 |
| HSL | 329.84º | 0.95% | 0.4% | - |
| HSV(B) | 329.84º | 0.97% | 0.78% | - |
| XYZ | 25.74 | 13.07 | 13.74 | - |
| YUV | 73.77 | 143.94 | 216.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 5 | 102 | 0 | 0.97 | 0.48 | 0.22 | 329.84 | 0.95 | 0.4 |
| Hex | C6 | 5 | 66 | 0 | 61 | 30 | 16 | 14A | 5F | 28 |
| Octal | 306 | 5 | 146 | 0 | 141 | 60 | 26 | 512 | 137 | 50 |
| Binary | 11000110 | 101 | 1100110 | 0 | 1100001 | 110000 | 10110 | 101001010 | 1011111 | 101000 |
Color Harmonies of #C60566
Complementary color
Monochromatic Colors of #C60566
Black with #C60566
Text Example
Text Example
White with #C60566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60566; }
p { color: rgb(198,5,102); }
H1.HeaderClassName
{
color: #C60566;
}
.AnyTagClassName
{
color: #C60566;
}
</style>
background-color css
<style>
a { background-color: #C60566; }
a { background-color: rgb(198,5,102); }
div.DivClassName
{
background-color: #C60566;
}
.BgClassName
{
background-color: #C60566;
}
</style>
border-color css
<style>
span { border-color: #C60566; }
span { border-color: rgb(198,5,102); }
td.TdClassName
{
border-color: #C60566;
}
.TagClassName
{
border-color: #C60566;
}
</style>