Shades of Ruby #C9085C
Tints of Ruby #C9085C
RGB
CMYK
RGB Variations
Color information
#C9085C (or 0xC9085C) is known color: Ruby. HEX triplet: C9, 08 and 5C. RGB value is (201,8,92). Sum of RGB (Red+Green+Blue) = 201+8+92=301 (39% of max value = 765). Red value is 201 (78.91% from 255 or 66.78% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 201 - color contains mainly: red. Hex color #C9085C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9085C is #36F7A3. Grayscale: #4B4B4B. Windows color (decimal): -3602340 or 6031561. OLE color: 6031561.
HSL color Cylindrical-coordinate representation of color #C9085C: hue angle of 333.89º 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 #C9085C is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 8 | 92 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.21 |
| HSL | 333.89º | 0.92% | 0.41% | - |
| HSV(B) | 333.89º | 0.96% | 0.79% | - |
| XYZ | 26.11 | 13.36 | 11.33 | - |
| YUV | 75.28 | 137.44 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 8 | 92 | 0 | 0.96 | 0.54 | 0.21 | 333.89 | 0.92 | 0.41 |
| Hex | C9 | 8 | 5C | 0 | 60 | 36 | 15 | 14E | 5C | 29 |
| Octal | 311 | 10 | 134 | 0 | 140 | 66 | 25 | 516 | 134 | 51 |
| Binary | 11001001 | 1000 | 1011100 | 0 | 1100000 | 110110 | 10101 | 101001110 | 1011100 | 101001 |
Color Harmonies of #C9085C
Complementary color
Monochromatic Colors of #C9085C
Black with #C9085C
Text Example
Text Example
White with #C9085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9085C; }
p { color: rgb(201,8,92); }
H1.HeaderClassName
{
color: #C9085C;
}
.AnyTagClassName
{
color: #C9085C;
}
</style>
background-color css
<style>
a { background-color: #C9085C; }
a { background-color: rgb(201,8,92); }
div.DivClassName
{
background-color: #C9085C;
}
.BgClassName
{
background-color: #C9085C;
}
</style>
border-color css
<style>
span { border-color: #C9085C; }
span { border-color: rgb(201,8,92); }
td.TdClassName
{
border-color: #C9085C;
}
.TagClassName
{
border-color: #C9085C;
}
</style>