Shades of Ruby #C6055D
Tints of Ruby #C6055D
RGB
CMYK
RGB Variations
Color information
#C6055D (or 0xC6055D) is known color: Ruby. HEX triplet: C6, 05 and 5D. RGB value is (198,5,93). Sum of RGB (Red+Green+Blue) = 198+5+93=296 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.89% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 198 - color contains mainly: red. Hex color #C6055D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6055D is #39FAA2. Grayscale: #484848. Windows color (decimal): -3799715 or 6096326. OLE color: 6096326.
HSL color Cylindrical-coordinate representation of color #C6055D: hue angle of 332.64º 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 #C6055D is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 5 | 93 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.22 |
| HSL | 332.64º | 0.95% | 0.4% | - |
| HSV(B) | 332.64º | 0.97% | 0.78% | - |
| XYZ | 25.32 | 12.9 | 11.51 | - |
| YUV | 72.74 | 139.44 | 217.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 5 | 93 | 0 | 0.97 | 0.53 | 0.22 | 332.64 | 0.95 | 0.4 |
| Hex | C6 | 5 | 5D | 0 | 61 | 35 | 16 | 14D | 5F | 28 |
| Octal | 306 | 5 | 135 | 0 | 141 | 65 | 26 | 515 | 137 | 50 |
| Binary | 11000110 | 101 | 1011101 | 0 | 1100001 | 110101 | 10110 | 101001101 | 1011111 | 101000 |
Color Harmonies of #C6055D
Complementary color
Monochromatic Colors of #C6055D
Black with #C6055D
Text Example
Text Example
White with #C6055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6055D; }
p { color: rgb(198,5,93); }
H1.HeaderClassName
{
color: #C6055D;
}
.AnyTagClassName
{
color: #C6055D;
}
</style>
background-color css
<style>
a { background-color: #C6055D; }
a { background-color: rgb(198,5,93); }
div.DivClassName
{
background-color: #C6055D;
}
.BgClassName
{
background-color: #C6055D;
}
</style>
border-color css
<style>
span { border-color: #C6055D; }
span { border-color: rgb(198,5,93); }
td.TdClassName
{
border-color: #C6055D;
}
.TagClassName
{
border-color: #C6055D;
}
</style>