Shades of Ruby #C9126A
Tints of Ruby #C9126A
RGB
CMYK
RGB Variations
Color information
#C9126A (or 0xC9126A) is known color: Ruby. HEX triplet: C9, 12 and 6A. RGB value is (201,18,106). Sum of RGB (Red+Green+Blue) = 201+18+106=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C9126A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9126A is #36ED95. Grayscale: #525252. Windows color (decimal): -3599766 or 6951625. OLE color: 6951625.
HSL color Cylindrical-coordinate representation of color #C9126A: hue angle of 331.15º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C9126A is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 18 | 106 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.21 |
| HSL | 331.15º | 0.84% | 0.43% | - |
| HSV(B) | 331.15º | 0.91% | 0.79% | - |
| XYZ | 26.91 | 13.89 | 14.9 | - |
| YUV | 82.75 | 141.13 | 212.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 18 | 106 | 0 | 0.91 | 0.47 | 0.21 | 331.15 | 0.84 | 0.43 |
| Hex | C9 | 12 | 6A | 0 | 5B | 2F | 15 | 14B | 54 | 2B |
| Octal | 311 | 22 | 152 | 0 | 133 | 57 | 25 | 513 | 124 | 53 |
| Binary | 11001001 | 10010 | 1101010 | 0 | 1011011 | 101111 | 10101 | 101001011 | 1010100 | 101011 |
Color Harmonies of #C9126A
Complementary color
Monochromatic Colors of #C9126A
Black with #C9126A
Text Example
Text Example
White with #C9126A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9126A; }
p { color: rgb(201,18,106); }
H1.HeaderClassName
{
color: #C9126A;
}
.AnyTagClassName
{
color: #C9126A;
}
</style>
background-color css
<style>
a { background-color: #C9126A; }
a { background-color: rgb(201,18,106); }
div.DivClassName
{
background-color: #C9126A;
}
.BgClassName
{
background-color: #C9126A;
}
</style>
border-color css
<style>
span { border-color: #C9126A; }
span { border-color: rgb(201,18,106); }
td.TdClassName
{
border-color: #C9126A;
}
.TagClassName
{
border-color: #C9126A;
}
</style>