Shades of Ruby #C6055F
Tints of Ruby #C6055F
RGB
CMYK
RGB Variations
Color information
#C6055F (or 0xC6055F) is known color: Ruby. HEX triplet: C6, 05 and 5F. RGB value is (198,5,95). Sum of RGB (Red+Green+Blue) = 198+5+95=298 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.44% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 198 - color contains mainly: red. Hex color #C6055F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6055F is #39FAA0. Grayscale: #484848. Windows color (decimal): -3799713 or 6227398. OLE color: 6227398.
HSL color Cylindrical-coordinate representation of color #C6055F: hue angle of 332.02º 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 #C6055F is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 5 | 95 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.22 |
| HSL | 332.02º | 0.95% | 0.4% | - |
| HSV(B) | 332.02º | 0.97% | 0.78% | - |
| XYZ | 25.41 | 12.94 | 11.99 | - |
| YUV | 72.97 | 140.44 | 217.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 5 | 95 | 0 | 0.97 | 0.52 | 0.22 | 332.02 | 0.95 | 0.4 |
| Hex | C6 | 5 | 5F | 0 | 61 | 34 | 16 | 14C | 5F | 28 |
| Octal | 306 | 5 | 137 | 0 | 141 | 64 | 26 | 514 | 137 | 50 |
| Binary | 11000110 | 101 | 1011111 | 0 | 1100001 | 110100 | 10110 | 101001100 | 1011111 | 101000 |
Color Harmonies of #C6055F
Complementary color
Monochromatic Colors of #C6055F
Black with #C6055F
Text Example
Text Example
White with #C6055F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6055F; }
p { color: rgb(198,5,95); }
H1.HeaderClassName
{
color: #C6055F;
}
.AnyTagClassName
{
color: #C6055F;
}
</style>
background-color css
<style>
a { background-color: #C6055F; }
a { background-color: rgb(198,5,95); }
div.DivClassName
{
background-color: #C6055F;
}
.BgClassName
{
background-color: #C6055F;
}
</style>
border-color css
<style>
span { border-color: #C6055F; }
span { border-color: rgb(198,5,95); }
td.TdClassName
{
border-color: #C6055F;
}
.TagClassName
{
border-color: #C6055F;
}
</style>