Shades of Ruby #C6105C
Tints of Ruby #C6105C
RGB
CMYK
RGB Variations
Color information
#C6105C (or 0xC6105C) is known color: Ruby. HEX triplet: C6, 10 and 5C. RGB value is (198,16,92). Sum of RGB (Red+Green+Blue) = 198+16+92=306 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.71% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 92 (36.33% from 255 or 30.07% from 306); Max value from RGB is 198 - color contains mainly: red. Hex color #C6105C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6105C is #39EFA3. Grayscale: #4E4E4E. Windows color (decimal): -3796900 or 6033606. OLE color: 6033606.
HSL color Cylindrical-coordinate representation of color #C6105C: hue angle of 334.95º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C6105C is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 16 | 92 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.22 |
| HSL | 334.95º | 0.85% | 0.42% | - |
| HSV(B) | 334.95º | 0.92% | 0.78% | - |
| XYZ | 25.41 | 13.15 | 11.32 | - |
| YUV | 79.08 | 135.3 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 16 | 92 | 0 | 0.92 | 0.54 | 0.22 | 334.95 | 0.85 | 0.42 |
| Hex | C6 | 10 | 5C | 0 | 5C | 36 | 16 | 14F | 55 | 2A |
| Octal | 306 | 20 | 134 | 0 | 134 | 66 | 26 | 517 | 125 | 52 |
| Binary | 11000110 | 10000 | 1011100 | 0 | 1011100 | 110110 | 10110 | 101001111 | 1010101 | 101010 |
Color Harmonies of #C6105C
Complementary color
Monochromatic Colors of #C6105C
Black with #C6105C
Text Example
Text Example
White with #C6105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6105C; }
p { color: rgb(198,16,92); }
H1.HeaderClassName
{
color: #C6105C;
}
.AnyTagClassName
{
color: #C6105C;
}
</style>
background-color css
<style>
a { background-color: #C6105C; }
a { background-color: rgb(198,16,92); }
div.DivClassName
{
background-color: #C6105C;
}
.BgClassName
{
background-color: #C6105C;
}
</style>
border-color css
<style>
span { border-color: #C6105C; }
span { border-color: rgb(198,16,92); }
td.TdClassName
{
border-color: #C6105C;
}
.TagClassName
{
border-color: #C6105C;
}
</style>