Shades of Ruby #C9185F
Tints of Ruby #C9185F
RGB
CMYK
RGB Variations
Color information
#C9185F (or 0xC9185F) is known color: Ruby. HEX triplet: C9, 18 and 5F. RGB value is (201,24,95). Sum of RGB (Red+Green+Blue) = 201+24+95=320 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.81% from 320); Green value is 24 (9.77% from 255 or 7.5% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 201 - color contains mainly: red. Hex color #C9185F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9185F is #36E7A0. Grayscale: #545454. Windows color (decimal): -3598241 or 6232265. OLE color: 6232265.
HSL color Cylindrical-coordinate representation of color #C9185F: hue angle of 335.93º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9185F is Cyan = 0, Magento = 0.88, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 24 | 95 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.21 |
| HSL | 335.93º | 0.79% | 0.44% | - |
| HSV(B) | 335.93º | 0.88% | 0.79% | - |
| XYZ | 26.48 | 13.9 | 12.11 | - |
| YUV | 85.02 | 133.64 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 24 | 95 | 0 | 0.88 | 0.53 | 0.21 | 335.93 | 0.79 | 0.44 |
| Hex | C9 | 18 | 5F | 0 | 58 | 35 | 15 | 150 | 4F | 2C |
| Octal | 311 | 30 | 137 | 0 | 130 | 65 | 25 | 520 | 117 | 54 |
| Binary | 11001001 | 11000 | 1011111 | 0 | 1011000 | 110101 | 10101 | 101010000 | 1001111 | 101100 |
Color Harmonies of #C9185F
Complementary color
Monochromatic Colors of #C9185F
Black with #C9185F
Text Example
Text Example
White with #C9185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9185F; }
p { color: rgb(201,24,95); }
H1.HeaderClassName
{
color: #C9185F;
}
.AnyTagClassName
{
color: #C9185F;
}
</style>
background-color css
<style>
a { background-color: #C9185F; }
a { background-color: rgb(201,24,95); }
div.DivClassName
{
background-color: #C9185F;
}
.BgClassName
{
background-color: #C9185F;
}
</style>
border-color css
<style>
span { border-color: #C9185F; }
span { border-color: rgb(201,24,95); }
td.TdClassName
{
border-color: #C9185F;
}
.TagClassName
{
border-color: #C9185F;
}
</style>