Shades of Ruby #C90566
Tints of Ruby #C90566
RGB
CMYK
RGB Variations
Color information
#C90566 (or 0xC90566) is known color: Ruby. HEX triplet: C9, 05 and 66. RGB value is (201,5,102). Sum of RGB (Red+Green+Blue) = 201+5+102=308 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.26% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 201 - color contains mainly: red. Hex color #C90566 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90566 is #36FA99. Grayscale: #4A4A4A. Windows color (decimal): -3603098 or 6686153. OLE color: 6686153.
HSL color Cylindrical-coordinate representation of color #C90566: hue angle of 330.31º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C90566 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 5 | 102 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.21 |
| HSL | 330.31º | 0.95% | 0.4% | - |
| HSV(B) | 330.31º | 0.98% | 0.79% | - |
| XYZ | 26.54 | 13.49 | 13.77 | - |
| YUV | 74.66 | 143.43 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 102 | 0 | 0.98 | 0.49 | 0.21 | 330.31 | 0.95 | 0.4 |
| Hex | C9 | 5 | 66 | 0 | 62 | 31 | 15 | 14A | 5F | 28 |
| Octal | 311 | 5 | 146 | 0 | 142 | 61 | 25 | 512 | 137 | 50 |
| Binary | 11001001 | 101 | 1100110 | 0 | 1100010 | 110001 | 10101 | 101001010 | 1011111 | 101000 |
Color Harmonies of #C90566
Complementary color
Monochromatic Colors of #C90566
Black with #C90566
Text Example
Text Example
White with #C90566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C90566; }
p { color: rgb(201,5,102); }
H1.HeaderClassName
{
color: #C90566;
}
.AnyTagClassName
{
color: #C90566;
}
</style>
background-color css
<style>
a { background-color: #C90566; }
a { background-color: rgb(201,5,102); }
div.DivClassName
{
background-color: #C90566;
}
.BgClassName
{
background-color: #C90566;
}
</style>
border-color css
<style>
span { border-color: #C90566; }
span { border-color: rgb(201,5,102); }
td.TdClassName
{
border-color: #C90566;
}
.TagClassName
{
border-color: #C90566;
}
</style>