Shades of Ruby #C90962
Tints of Ruby #C90962
RGB
CMYK
RGB Variations
Color information
#C90962 (or 0xC90962) is known color: Ruby. HEX triplet: C9, 09 and 62. RGB value is (201,9,98). Sum of RGB (Red+Green+Blue) = 201+9+98=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C90962 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90962 is #36F69D. Grayscale: #4C4C4C. Windows color (decimal): -3602078 or 6425033. OLE color: 6425033.
HSL color Cylindrical-coordinate representation of color #C90962: hue angle of 332.19º degrees, saturation: 0.91, 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 #C90962 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 9 | 98 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.21 |
| HSL | 332.19º | 0.91% | 0.41% | - |
| HSV(B) | 332.19º | 0.96% | 0.79% | - |
| XYZ | 26.39 | 13.49 | 12.77 | - |
| YUV | 76.55 | 140.11 | 216.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 9 | 98 | 0 | 0.96 | 0.51 | 0.21 | 332.19 | 0.91 | 0.41 |
| Hex | C9 | 9 | 62 | 0 | 60 | 33 | 15 | 14C | 5B | 29 |
| Octal | 311 | 11 | 142 | 0 | 140 | 63 | 25 | 514 | 133 | 51 |
| Binary | 11001001 | 1001 | 1100010 | 0 | 1100000 | 110011 | 10101 | 101001100 | 1011011 | 101001 |
Color Harmonies of #C90962
Complementary color
Monochromatic Colors of #C90962
Black with #C90962
Text Example
Text Example
White with #C90962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90962; }
p { color: rgb(201,9,98); }
H1.HeaderClassName
{
color: #C90962;
}
.AnyTagClassName
{
color: #C90962;
}
</style>
background-color css
<style>
a { background-color: #C90962; }
a { background-color: rgb(201,9,98); }
div.DivClassName
{
background-color: #C90962;
}
.BgClassName
{
background-color: #C90962;
}
</style>
border-color css
<style>
span { border-color: #C90962; }
span { border-color: rgb(201,9,98); }
td.TdClassName
{
border-color: #C90962;
}
.TagClassName
{
border-color: #C90962;
}
</style>