Shades of Ruby #C9066A
Tints of Ruby #C9066A
RGB
CMYK
RGB Variations
Color information
#C9066A (or 0xC9066A) is known color: Ruby. HEX triplet: C9, 06 and 6A. RGB value is (201,6,106). Sum of RGB (Red+Green+Blue) = 201+6+106=313 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.22% from 313); Green value is 6 (2.73% from 255 or 1.92% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 201 - color contains mainly: red. Hex color #C9066A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C9066A is #36F995. Grayscale: #4B4B4B. Windows color (decimal): -3602838 or 6948553. OLE color: 6948553.
HSL color Cylindrical-coordinate representation of color #C9066A: hue angle of 329.23º 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 #C9066A is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 6 | 106 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.21 |
| HSL | 329.23º | 0.94% | 0.41% | - |
| HSV(B) | 329.23º | 0.97% | 0.79% | - |
| XYZ | 26.75 | 13.59 | 14.85 | - |
| YUV | 75.71 | 145.1 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 6 | 106 | 0 | 0.97 | 0.47 | 0.21 | 329.23 | 0.94 | 0.41 |
| Hex | C9 | 6 | 6A | 0 | 61 | 2F | 15 | 149 | 5E | 29 |
| Octal | 311 | 6 | 152 | 0 | 141 | 57 | 25 | 511 | 136 | 51 |
| Binary | 11001001 | 110 | 1101010 | 0 | 1100001 | 101111 | 10101 | 101001001 | 1011110 | 101001 |
Color Harmonies of #C9066A
Complementary color
Monochromatic Colors of #C9066A
Black with #C9066A
Text Example
Text Example
White with #C9066A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9066A; }
p { color: rgb(201,6,106); }
H1.HeaderClassName
{
color: #C9066A;
}
.AnyTagClassName
{
color: #C9066A;
}
</style>
background-color css
<style>
a { background-color: #C9066A; }
a { background-color: rgb(201,6,106); }
div.DivClassName
{
background-color: #C9066A;
}
.BgClassName
{
background-color: #C9066A;
}
</style>
border-color css
<style>
span { border-color: #C9066A; }
span { border-color: rgb(201,6,106); }
td.TdClassName
{
border-color: #C9066A;
}
.TagClassName
{
border-color: #C9066A;
}
</style>