Shades of Ruby #C90164
Tints of Ruby #C90164
RGB
CMYK
RGB Variations
Color information
#C90164 (or 0xC90164) is known color: Ruby. HEX triplet: C9, 01 and 64. RGB value is (201,1,100). Sum of RGB (Red+Green+Blue) = 201+1+100=302 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.56% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 201 - color contains mainly: red. Hex color #C90164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90164 is #36FE9B. Grayscale: #474747. Windows color (decimal): -3604124 or 6554057. OLE color: 6554057.
HSL color Cylindrical-coordinate representation of color #C90164: hue angle of 330.3º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C90164 is Cyan = 0, Magento = 1.00, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 1 | 100 | - |
| CMYK | 0 | 1.00 | 0.50 | 0.21 |
| HSL | 330.3º | 0.99% | 0.4% | - |
| HSV(B) | 330.3º | 1% | 0.79% | - |
| XYZ | 26.4 | 13.36 | 13.24 | - |
| YUV | 72.09 | 143.76 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 1 | 100 | 0 | 1.00 | 0.50 | 0.21 | 330.3 | 0.99 | 0.4 |
| Hex | C9 | 1 | 64 | 0 | 64 | 32 | 15 | 14A | 63 | 28 |
| Octal | 311 | 1 | 144 | 0 | 144 | 62 | 25 | 512 | 143 | 50 |
| Binary | 11001001 | 1 | 1100100 | 0 | 1100100 | 110010 | 10101 | 101001010 | 1100011 | 101000 |
Color Harmonies of #C90164
Complementary color
Monochromatic Colors of #C90164
Black with #C90164
Text Example
Text Example
White with #C90164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90164; }
p { color: rgb(201,1,100); }
H1.HeaderClassName
{
color: #C90164;
}
.AnyTagClassName
{
color: #C90164;
}
</style>
background-color css
<style>
a { background-color: #C90164; }
a { background-color: rgb(201,1,100); }
div.DivClassName
{
background-color: #C90164;
}
.BgClassName
{
background-color: #C90164;
}
</style>
border-color css
<style>
span { border-color: #C90164; }
span { border-color: rgb(201,1,100); }
td.TdClassName
{
border-color: #C90164;
}
.TagClassName
{
border-color: #C90164;
}
</style>