Shades of Ruby #C7006A
Tints of Ruby #C7006A
RGB
CMYK
RGB Variations
Color information
#C7006A (or 0xC7006A) is known color: Ruby. HEX triplet: C7, 00 and 6A. RGB value is (199,0,106). Sum of RGB (Red+Green+Blue) = 199+0+106=305 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.25% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 199 - color contains mainly: red. Hex color #C7006A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7006A is #38FF95. Grayscale: #474747. Windows color (decimal): -3735446 or 6947015. OLE color: 6947015.
HSL color Cylindrical-coordinate representation of color #C7006A: hue angle of 328.04º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C7006A is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 0 | 106 | - |
| CMYK | 0 | 1 | 0.47 | 0.22 |
| HSL | 328.04º | 1% | 0.39% | - |
| HSV(B) | 328.04º | 1% | 0.78% | - |
| XYZ | 26.15 | 13.18 | 14.8 | - |
| YUV | 71.59 | 147.43 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 0 | 106 | 0 | 1 | 0.47 | 0.22 | 328.04 | 1 | 0.39 |
| Hex | C7 | 0 | 6A | 0 | 64 | 2F | 16 | 148 | 64 | 27 |
| Octal | 307 | 0 | 152 | 0 | 144 | 57 | 26 | 510 | 144 | 47 |
| Binary | 11000111 | 0 | 1101010 | 0 | 1100100 | 101111 | 10110 | 101001000 | 1100100 | 100111 |
Color Harmonies of #C7006A
Complementary color
Monochromatic Colors of #C7006A
Black with #C7006A
Text Example
Text Example
White with #C7006A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7006A; }
p { color: rgb(199,0,106); }
H1.HeaderClassName
{
color: #C7006A;
}
.AnyTagClassName
{
color: #C7006A;
}
</style>
background-color css
<style>
a { background-color: #C7006A; }
a { background-color: rgb(199,0,106); }
div.DivClassName
{
background-color: #C7006A;
}
.BgClassName
{
background-color: #C7006A;
}
</style>
border-color css
<style>
span { border-color: #C7006A; }
span { border-color: rgb(199,0,106); }
td.TdClassName
{
border-color: #C7006A;
}
.TagClassName
{
border-color: #C7006A;
}
</style>