Shades of Ruby #C6055C
Tints of Ruby #C6055C
RGB
CMYK
RGB Variations
Color information
#C6055C (or 0xC6055C) is known color: Ruby. HEX triplet: C6, 05 and 5C. RGB value is (198,5,92). Sum of RGB (Red+Green+Blue) = 198+5+92=295 (39% of max value = 765). Red value is 198 (77.73% from 255 or 67.12% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 198 - color contains mainly: red. Hex color #C6055C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6055C is #39FAA3. Grayscale: #484848. Windows color (decimal): -3799716 or 6030790. OLE color: 6030790.
HSL color Cylindrical-coordinate representation of color #C6055C: hue angle of 332.95º 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 #C6055C is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 5 | 92 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.22 |
| HSL | 332.95º | 0.95% | 0.4% | - |
| HSV(B) | 332.95º | 0.97% | 0.78% | - |
| XYZ | 25.27 | 12.89 | 11.28 | - |
| YUV | 72.63 | 138.94 | 217.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 5 | 92 | 0 | 0.97 | 0.54 | 0.22 | 332.95 | 0.95 | 0.4 |
| Hex | C6 | 5 | 5C | 0 | 61 | 36 | 16 | 14D | 5F | 28 |
| Octal | 306 | 5 | 134 | 0 | 141 | 66 | 26 | 515 | 137 | 50 |
| Binary | 11000110 | 101 | 1011100 | 0 | 1100001 | 110110 | 10110 | 101001101 | 1011111 | 101000 |
Color Harmonies of #C6055C
Complementary color
Monochromatic Colors of #C6055C
Black with #C6055C
Text Example
Text Example
White with #C6055C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6055C; }
p { color: rgb(198,5,92); }
H1.HeaderClassName
{
color: #C6055C;
}
.AnyTagClassName
{
color: #C6055C;
}
</style>
background-color css
<style>
a { background-color: #C6055C; }
a { background-color: rgb(198,5,92); }
div.DivClassName
{
background-color: #C6055C;
}
.BgClassName
{
background-color: #C6055C;
}
</style>
border-color css
<style>
span { border-color: #C6055C; }
span { border-color: rgb(198,5,92); }
td.TdClassName
{
border-color: #C6055C;
}
.TagClassName
{
border-color: #C6055C;
}
</style>