Shades of Ruby #C7046A
Tints of Ruby #C7046A
RGB
CMYK
RGB Variations
Color information
#C7046A (or 0xC7046A) is known color: Ruby. HEX triplet: C7, 04 and 6A. RGB value is (199,4,106). Sum of RGB (Red+Green+Blue) = 199+4+106=309 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.40% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 199 - color contains mainly: red. Hex color #C7046A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7046A is #38FB95. Grayscale: #494949. Windows color (decimal): -3734422 or 6948039. OLE color: 6948039.
HSL color Cylindrical-coordinate representation of color #C7046A: hue angle of 328.62º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C7046A is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 4 | 106 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.22 |
| HSL | 328.62º | 0.96% | 0.4% | - |
| HSV(B) | 328.62º | 0.98% | 0.78% | - |
| XYZ | 26.2 | 13.27 | 14.82 | - |
| YUV | 73.93 | 146.1 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 4 | 106 | 0 | 0.98 | 0.47 | 0.22 | 328.62 | 0.96 | 0.4 |
| Hex | C7 | 4 | 6A | 0 | 62 | 2F | 16 | 149 | 60 | 28 |
| Octal | 307 | 4 | 152 | 0 | 142 | 57 | 26 | 511 | 140 | 50 |
| Binary | 11000111 | 100 | 1101010 | 0 | 1100010 | 101111 | 10110 | 101001001 | 1100000 | 101000 |
Color Harmonies of #C7046A
Complementary color
Monochromatic Colors of #C7046A
Black with #C7046A
Text Example
Text Example
White with #C7046A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7046A; }
p { color: rgb(199,4,106); }
H1.HeaderClassName
{
color: #C7046A;
}
.AnyTagClassName
{
color: #C7046A;
}
</style>
background-color css
<style>
a { background-color: #C7046A; }
a { background-color: rgb(199,4,106); }
div.DivClassName
{
background-color: #C7046A;
}
.BgClassName
{
background-color: #C7046A;
}
</style>
border-color css
<style>
span { border-color: #C7046A; }
span { border-color: rgb(199,4,106); }
td.TdClassName
{
border-color: #C7046A;
}
.TagClassName
{
border-color: #C7046A;
}
</style>