Shades of Ruby #C9145B
Tints of Ruby #C9145B
RGB
CMYK
RGB Variations
Color information
#C9145B (or 0xC9145B) is known color: Ruby. HEX triplet: C9, 14 and 5B. RGB value is (201,20,91). Sum of RGB (Red+Green+Blue) = 201+20+91=312 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.42% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 201 - color contains mainly: red. Hex color #C9145B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9145B is #36EBA4. Grayscale: #525252. Windows color (decimal): -3599269 or 5969097. OLE color: 5969097.
HSL color Cylindrical-coordinate representation of color #C9145B: hue angle of 336.46º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C9145B is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 20 | 91 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.21 |
| HSL | 336.46º | 0.82% | 0.43% | - |
| HSV(B) | 336.46º | 0.9% | 0.79% | - |
| XYZ | 26.23 | 13.67 | 11.15 | - |
| YUV | 82.21 | 132.97 | 212.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 20 | 91 | 0 | 0.90 | 0.55 | 0.21 | 336.46 | 0.82 | 0.43 |
| Hex | C9 | 14 | 5B | 0 | 5A | 37 | 15 | 150 | 52 | 2B |
| Octal | 311 | 24 | 133 | 0 | 132 | 67 | 25 | 520 | 122 | 53 |
| Binary | 11001001 | 10100 | 1011011 | 0 | 1011010 | 110111 | 10101 | 101010000 | 1010010 | 101011 |
Color Harmonies of #C9145B
Complementary color
Monochromatic Colors of #C9145B
Black with #C9145B
Text Example
Text Example
White with #C9145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9145B; }
p { color: rgb(201,20,91); }
H1.HeaderClassName
{
color: #C9145B;
}
.AnyTagClassName
{
color: #C9145B;
}
</style>
background-color css
<style>
a { background-color: #C9145B; }
a { background-color: rgb(201,20,91); }
div.DivClassName
{
background-color: #C9145B;
}
.BgClassName
{
background-color: #C9145B;
}
</style>
border-color css
<style>
span { border-color: #C9145B; }
span { border-color: rgb(201,20,91); }
td.TdClassName
{
border-color: #C9145B;
}
.TagClassName
{
border-color: #C9145B;
}
</style>