Shades of Ruby #C70368
Tints of Ruby #C70368
RGB
CMYK
RGB Variations
Color information
#C70368 (or 0xC70368) is known color: Ruby. HEX triplet: C7, 03 and 68. RGB value is (199,3,104). Sum of RGB (Red+Green+Blue) = 199+3+104=306 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.03% from 306); Green value is 3 (1.56% from 255 or 0.98% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 199 - color contains mainly: red. Hex color #C70368 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70368 is #38FC97. Grayscale: #484848. Windows color (decimal): -3734680 or 6816711. OLE color: 6816711.
HSL color Cylindrical-coordinate representation of color #C70368: hue angle of 329.08º degrees, saturation: 0.97, 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 #C70368 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 3 | 104 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.22 |
| HSL | 329.08º | 0.97% | 0.4% | - |
| HSV(B) | 329.08º | 0.98% | 0.78% | - |
| XYZ | 26.08 | 13.21 | 14.27 | - |
| YUV | 73.12 | 145.43 | 217.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 3 | 104 | 0 | 0.98 | 0.48 | 0.22 | 329.08 | 0.97 | 0.4 |
| Hex | C7 | 3 | 68 | 0 | 62 | 30 | 16 | 149 | 61 | 28 |
| Octal | 307 | 3 | 150 | 0 | 142 | 60 | 26 | 511 | 141 | 50 |
| Binary | 11000111 | 11 | 1101000 | 0 | 1100010 | 110000 | 10110 | 101001001 | 1100001 | 101000 |
Color Harmonies of #C70368
Complementary color
Monochromatic Colors of #C70368
Black with #C70368
Text Example
Text Example
White with #C70368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70368; }
p { color: rgb(199,3,104); }
H1.HeaderClassName
{
color: #C70368;
}
.AnyTagClassName
{
color: #C70368;
}
</style>
background-color css
<style>
a { background-color: #C70368; }
a { background-color: rgb(199,3,104); }
div.DivClassName
{
background-color: #C70368;
}
.BgClassName
{
background-color: #C70368;
}
</style>
border-color css
<style>
span { border-color: #C70368; }
span { border-color: rgb(199,3,104); }
td.TdClassName
{
border-color: #C70368;
}
.TagClassName
{
border-color: #C70368;
}
</style>