Shades of Ruby #C9085A
Tints of Ruby #C9085A
RGB
CMYK
RGB Variations
Color information
#C9085A (or 0xC9085A) is known color: Ruby. HEX triplet: C9, 08 and 5A. RGB value is (201,8,90). Sum of RGB (Red+Green+Blue) = 201+8+90=299 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.22% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 201 - color contains mainly: red. Hex color #C9085A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9085A is #36F7A5. Grayscale: #4A4A4A. Windows color (decimal): -3602342 or 5900489. OLE color: 5900489.
HSL color Cylindrical-coordinate representation of color #C9085A: hue angle of 334.51º 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 #C9085A is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 90 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.21 |
| HSL | 334.51º | 0.92% | 0.41% | - |
| HSV(B) | 334.51º | 0.96% | 0.79% | - |
| XYZ | 26.02 | 13.33 | 10.87 | - |
| YUV | 75.06 | 136.44 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 90 | 0 | 0.96 | 0.55 | 0.21 | 334.51 | 0.92 | 0.41 |
| Hex | C9 | 8 | 5A | 0 | 60 | 37 | 15 | 14F | 5C | 29 |
| Octal | 311 | 10 | 132 | 0 | 140 | 67 | 25 | 517 | 134 | 51 |
| Binary | 11001001 | 1000 | 1011010 | 0 | 1100000 | 110111 | 10101 | 101001111 | 1011100 | 101001 |
Color Harmonies of #C9085A
Complementary color
Monochromatic Colors of #C9085A
Black with #C9085A
Text Example
Text Example
White with #C9085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9085A; }
p { color: rgb(201,8,90); }
H1.HeaderClassName
{
color: #C9085A;
}
.AnyTagClassName
{
color: #C9085A;
}
</style>
background-color css
<style>
a { background-color: #C9085A; }
a { background-color: rgb(201,8,90); }
div.DivClassName
{
background-color: #C9085A;
}
.BgClassName
{
background-color: #C9085A;
}
</style>
border-color css
<style>
span { border-color: #C9085A; }
span { border-color: rgb(201,8,90); }
td.TdClassName
{
border-color: #C9085A;
}
.TagClassName
{
border-color: #C9085A;
}
</style>