Shades of Ruby #C9065C
Tints of Ruby #C9065C
RGB
CMYK
RGB Variations
Color information
#C9065C (or 0xC9065C) is known color: Ruby. HEX triplet: C9, 06 and 5C. RGB value is (201,6,92). Sum of RGB (Red+Green+Blue) = 201+6+92=299 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.22% from 299); Green value is 6 (2.73% from 255 or 2.01% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 201 - color contains mainly: red. Hex color #C9065C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9065C is #36F9A3. Grayscale: #494949. Windows color (decimal): -3602852 or 6031049. OLE color: 6031049.
HSL color Cylindrical-coordinate representation of color #C9065C: hue angle of 333.54º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C9065C is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 6 | 92 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.21 |
| HSL | 333.54º | 0.94% | 0.41% | - |
| HSV(B) | 333.54º | 0.97% | 0.79% | - |
| XYZ | 26.08 | 13.32 | 11.32 | - |
| YUV | 74.11 | 138.1 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 92 | 0 | 0.97 | 0.54 | 0.21 | 333.54 | 0.94 | 0.41 |
| Hex | C9 | 6 | 5C | 0 | 61 | 36 | 15 | 14E | 5E | 29 |
| Octal | 311 | 6 | 134 | 0 | 141 | 66 | 25 | 516 | 136 | 51 |
| Binary | 11001001 | 110 | 1011100 | 0 | 1100001 | 110110 | 10101 | 101001110 | 1011110 | 101001 |
Color Harmonies of #C9065C
Complementary color
Monochromatic Colors of #C9065C
Black with #C9065C
Text Example
Text Example
White with #C9065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9065C; }
p { color: rgb(201,6,92); }
H1.HeaderClassName
{
color: #C9065C;
}
.AnyTagClassName
{
color: #C9065C;
}
</style>
background-color css
<style>
a { background-color: #C9065C; }
a { background-color: rgb(201,6,92); }
div.DivClassName
{
background-color: #C9065C;
}
.BgClassName
{
background-color: #C9065C;
}
</style>
border-color css
<style>
span { border-color: #C9065C; }
span { border-color: rgb(201,6,92); }
td.TdClassName
{
border-color: #C9065C;
}
.TagClassName
{
border-color: #C9065C;
}
</style>