Shades of Ruby #C9105C
Tints of Ruby #C9105C
RGB
CMYK
RGB Variations
Color information
#C9105C (or 0xC9105C) is known color: Ruby. HEX triplet: C9, 10 and 5C. RGB value is (201,16,92). Sum of RGB (Red+Green+Blue) = 201+16+92=309 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.05% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 201 - color contains mainly: red. Hex color #C9105C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9105C is #36EFA3. Grayscale: #4F4F4F. Windows color (decimal): -3600292 or 6033609. OLE color: 6033609.
HSL color Cylindrical-coordinate representation of color #C9105C: hue angle of 335.35º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9105C is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 16 | 92 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.21 |
| HSL | 335.35º | 0.85% | 0.43% | - |
| HSV(B) | 335.35º | 0.92% | 0.79% | - |
| XYZ | 26.2 | 13.56 | 11.36 | - |
| YUV | 79.98 | 134.79 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 92 | 0 | 0.92 | 0.54 | 0.21 | 335.35 | 0.85 | 0.43 |
| Hex | C9 | 10 | 5C | 0 | 5C | 36 | 15 | 14F | 55 | 2B |
| Octal | 311 | 20 | 134 | 0 | 134 | 66 | 25 | 517 | 125 | 53 |
| Binary | 11001001 | 10000 | 1011100 | 0 | 1011100 | 110110 | 10101 | 101001111 | 1010101 | 101011 |
Color Harmonies of #C9105C
Complementary color
Monochromatic Colors of #C9105C
Black with #C9105C
Text Example
Text Example
White with #C9105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9105C; }
p { color: rgb(201,16,92); }
H1.HeaderClassName
{
color: #C9105C;
}
.AnyTagClassName
{
color: #C9105C;
}
</style>
background-color css
<style>
a { background-color: #C9105C; }
a { background-color: rgb(201,16,92); }
div.DivClassName
{
background-color: #C9105C;
}
.BgClassName
{
background-color: #C9105C;
}
</style>
border-color css
<style>
span { border-color: #C9105C; }
span { border-color: rgb(201,16,92); }
td.TdClassName
{
border-color: #C9105C;
}
.TagClassName
{
border-color: #C9105C;
}
</style>