Shades of Ruby #C70767
Tints of Ruby #C70767
RGB
CMYK
RGB Variations
Color information
#C70767 (or 0xC70767) is known color: Ruby. HEX triplet: C7, 07 and 67. RGB value is (199,7,103). Sum of RGB (Red+Green+Blue) = 199+7+103=309 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.40% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 103 (40.62% from 255 or 33.33% from 309); Max value from RGB is 199 - color contains mainly: red. Hex color #C70767 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70767 is #38F898. Grayscale: #4B4B4B. Windows color (decimal): -3733657 or 6752199. OLE color: 6752199.
HSL color Cylindrical-coordinate representation of color #C70767: hue angle of 330º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C70767 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 7 | 103 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.22 |
| HSL | 330º | 0.93% | 0.4% | - |
| HSV(B) | 330º | 0.96% | 0.78% | - |
| XYZ | 26.08 | 13.27 | 14.02 | - |
| YUV | 75.35 | 143.61 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 7 | 103 | 0 | 0.96 | 0.48 | 0.22 | 330 | 0.93 | 0.4 |
| Hex | C7 | 7 | 67 | 0 | 60 | 30 | 16 | 14A | 5D | 28 |
| Octal | 307 | 7 | 147 | 0 | 140 | 60 | 26 | 512 | 135 | 50 |
| Binary | 11000111 | 111 | 1100111 | 0 | 1100000 | 110000 | 10110 | 101001010 | 1011101 | 101000 |
Color Harmonies of #C70767
Complementary color
Monochromatic Colors of #C70767
Black with #C70767
Text Example
Text Example
White with #C70767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70767; }
p { color: rgb(199,7,103); }
H1.HeaderClassName
{
color: #C70767;
}
.AnyTagClassName
{
color: #C70767;
}
</style>
background-color css
<style>
a { background-color: #C70767; }
a { background-color: rgb(199,7,103); }
div.DivClassName
{
background-color: #C70767;
}
.BgClassName
{
background-color: #C70767;
}
</style>
border-color css
<style>
span { border-color: #C70767; }
span { border-color: rgb(199,7,103); }
td.TdClassName
{
border-color: #C70767;
}
.TagClassName
{
border-color: #C70767;
}
</style>