Shades of Ruby #C6125A
Tints of Ruby #C6125A
RGB
CMYK
RGB Variations
Color information
#C6125A (or 0xC6125A) is known color: Ruby. HEX triplet: C6, 12 and 5A. RGB value is (198,18,90). Sum of RGB (Red+Green+Blue) = 198+18+90=306 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.71% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 198 - color contains mainly: red. Hex color #C6125A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6125A is #39EDA5. Grayscale: #4F4F4F. Windows color (decimal): -3796390 or 5903046. OLE color: 5903046.
HSL color Cylindrical-coordinate representation of color #C6125A: hue angle of 336º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C6125A is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 90 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.22 |
| HSL | 336º | 0.83% | 0.42% | - |
| HSV(B) | 336º | 0.91% | 0.78% | - |
| XYZ | 25.35 | 13.18 | 10.88 | - |
| YUV | 80.03 | 133.63 | 212.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 90 | 0 | 0.91 | 0.55 | 0.22 | 336 | 0.83 | 0.42 |
| Hex | C6 | 12 | 5A | 0 | 5B | 37 | 16 | 150 | 53 | 2A |
| Octal | 306 | 22 | 132 | 0 | 133 | 67 | 26 | 520 | 123 | 52 |
| Binary | 11000110 | 10010 | 1011010 | 0 | 1011011 | 110111 | 10110 | 101010000 | 1010011 | 101010 |
Color Harmonies of #C6125A
Complementary color
Monochromatic Colors of #C6125A
Black with #C6125A
Text Example
Text Example
White with #C6125A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6125A; }
p { color: rgb(198,18,90); }
H1.HeaderClassName
{
color: #C6125A;
}
.AnyTagClassName
{
color: #C6125A;
}
</style>
background-color css
<style>
a { background-color: #C6125A; }
a { background-color: rgb(198,18,90); }
div.DivClassName
{
background-color: #C6125A;
}
.BgClassName
{
background-color: #C6125A;
}
</style>
border-color css
<style>
span { border-color: #C6125A; }
span { border-color: rgb(198,18,90); }
td.TdClassName
{
border-color: #C6125A;
}
.TagClassName
{
border-color: #C6125A;
}
</style>