Shades of Ruby #C6105A
Tints of Ruby #C6105A
RGB
CMYK
RGB Variations
Color information
#C6105A (or 0xC6105A) is known color: Ruby. HEX triplet: C6, 10 and 5A. RGB value is (198,16,90). Sum of RGB (Red+Green+Blue) = 198+16+90=304 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.13% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 198 - color contains mainly: red. Hex color #C6105A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6105A is #39EFA5. Grayscale: #4E4E4E. Windows color (decimal): -3796902 or 5902534. OLE color: 5902534.
HSL color Cylindrical-coordinate representation of color #C6105A: hue angle of 335.6º 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 #C6105A is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 16 | 90 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.22 |
| HSL | 335.6º | 0.85% | 0.42% | - |
| HSV(B) | 335.6º | 0.92% | 0.78% | - |
| XYZ | 25.32 | 13.11 | 10.87 | - |
| YUV | 78.85 | 134.3 | 212.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 16 | 90 | 0 | 0.92 | 0.55 | 0.22 | 335.6 | 0.85 | 0.42 |
| Hex | C6 | 10 | 5A | 0 | 5C | 37 | 16 | 150 | 55 | 2A |
| Octal | 306 | 20 | 132 | 0 | 134 | 67 | 26 | 520 | 125 | 52 |
| Binary | 11000110 | 10000 | 1011010 | 0 | 1011100 | 110111 | 10110 | 101010000 | 1010101 | 101010 |
Color Harmonies of #C6105A
Complementary color
Monochromatic Colors of #C6105A
Black with #C6105A
Text Example
Text Example
White with #C6105A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6105A; }
p { color: rgb(198,16,90); }
H1.HeaderClassName
{
color: #C6105A;
}
.AnyTagClassName
{
color: #C6105A;
}
</style>
background-color css
<style>
a { background-color: #C6105A; }
a { background-color: rgb(198,16,90); }
div.DivClassName
{
background-color: #C6105A;
}
.BgClassName
{
background-color: #C6105A;
}
</style>
border-color css
<style>
span { border-color: #C6105A; }
span { border-color: rgb(198,16,90); }
td.TdClassName
{
border-color: #C6105A;
}
.TagClassName
{
border-color: #C6105A;
}
</style>