Shades of Ruby #C7066A
Tints of Ruby #C7066A
RGB
CMYK
RGB Variations
Color information
#C7066A (or 0xC7066A) is known color: Ruby. HEX triplet: C7, 06 and 6A. RGB value is (199,6,106). Sum of RGB (Red+Green+Blue) = 199+6+106=311 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.99% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 199 - color contains mainly: red. Hex color #C7066A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7066A is #38F995. Grayscale: #4A4A4A. Windows color (decimal): -3733910 or 6948551. OLE color: 6948551.
HSL color Cylindrical-coordinate representation of color #C7066A: hue angle of 328.91º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C7066A is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 6 | 106 | - |
| CMYK | 0 | 0.97 | 0.47 | 0.22 |
| HSL | 328.91º | 0.94% | 0.4% | - |
| HSV(B) | 328.91º | 0.97% | 0.78% | - |
| XYZ | 26.22 | 13.31 | 14.82 | - |
| YUV | 75.11 | 145.44 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 6 | 106 | 0 | 0.97 | 0.47 | 0.22 | 328.91 | 0.94 | 0.4 |
| Hex | C7 | 6 | 6A | 0 | 61 | 2F | 16 | 149 | 5E | 28 |
| Octal | 307 | 6 | 152 | 0 | 141 | 57 | 26 | 511 | 136 | 50 |
| Binary | 11000111 | 110 | 1101010 | 0 | 1100001 | 101111 | 10110 | 101001001 | 1011110 | 101000 |
Color Harmonies of #C7066A
Complementary color
Monochromatic Colors of #C7066A
Black with #C7066A
Text Example
Text Example
White with #C7066A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7066A; }
p { color: rgb(199,6,106); }
H1.HeaderClassName
{
color: #C7066A;
}
.AnyTagClassName
{
color: #C7066A;
}
</style>
background-color css
<style>
a { background-color: #C7066A; }
a { background-color: rgb(199,6,106); }
div.DivClassName
{
background-color: #C7066A;
}
.BgClassName
{
background-color: #C7066A;
}
</style>
border-color css
<style>
span { border-color: #C7066A; }
span { border-color: rgb(199,6,106); }
td.TdClassName
{
border-color: #C7066A;
}
.TagClassName
{
border-color: #C7066A;
}
</style>