Shades of Ruby #C90863
Tints of Ruby #C90863
RGB
CMYK
RGB Variations
Color information
#C90863 (or 0xC90863) is known color: Ruby. HEX triplet: C9, 08 and 63. RGB value is (201,8,99). Sum of RGB (Red+Green+Blue) = 201+8+99=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 99 (39.06% from 255 or 32.14% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C90863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90863 is #36F79C. Grayscale: #4B4B4B. Windows color (decimal): -3602333 or 6490313. OLE color: 6490313.
HSL color Cylindrical-coordinate representation of color #C90863: hue angle of 331.71º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C90863 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 99 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.21 |
| HSL | 331.71º | 0.92% | 0.41% | - |
| HSV(B) | 331.71º | 0.96% | 0.79% | - |
| XYZ | 26.43 | 13.49 | 13.02 | - |
| YUV | 76.08 | 140.94 | 217.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 99 | 0 | 0.96 | 0.51 | 0.21 | 331.71 | 0.92 | 0.41 |
| Hex | C9 | 8 | 63 | 0 | 60 | 33 | 15 | 14C | 5C | 29 |
| Octal | 311 | 10 | 143 | 0 | 140 | 63 | 25 | 514 | 134 | 51 |
| Binary | 11001001 | 1000 | 1100011 | 0 | 1100000 | 110011 | 10101 | 101001100 | 1011100 | 101001 |
Color Harmonies of #C90863
Complementary color
Monochromatic Colors of #C90863
Black with #C90863
Text Example
Text Example
White with #C90863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90863; }
p { color: rgb(201,8,99); }
H1.HeaderClassName
{
color: #C90863;
}
.AnyTagClassName
{
color: #C90863;
}
</style>
background-color css
<style>
a { background-color: #C90863; }
a { background-color: rgb(201,8,99); }
div.DivClassName
{
background-color: #C90863;
}
.BgClassName
{
background-color: #C90863;
}
</style>
border-color css
<style>
span { border-color: #C90863; }
span { border-color: rgb(201,8,99); }
td.TdClassName
{
border-color: #C90863;
}
.TagClassName
{
border-color: #C90863;
}
</style>