Shades of Ruby #C70867
Tints of Ruby #C70867
RGB
CMYK
RGB Variations
Color information
#C70867 (or 0xC70867) is known color: Ruby. HEX triplet: C7, 08 and 67. RGB value is (199,8,103). Sum of RGB (Red+Green+Blue) = 199+8+103=310 (41% of max value = 765). Red value is 199 (78.12% from 255 or 64.19% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 199 - color contains mainly: red. Hex color #C70867 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C70867 is #38F798. Grayscale: #4B4B4B. Windows color (decimal): -3733401 or 6752455. OLE color: 6752455.
HSL color Cylindrical-coordinate representation of color #C70867: hue angle of 330.16º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C70867 is Cyan = 0, Magento = 0.96, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 103 | - |
| CMYK | 0 | 0.96 | 0.48 | 0.22 |
| HSL | 330.16º | 0.92% | 0.41% | - |
| HSV(B) | 330.16º | 0.96% | 0.78% | - |
| XYZ | 26.09 | 13.3 | 14.02 | - |
| YUV | 75.94 | 143.28 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 103 | 0 | 0.96 | 0.48 | 0.22 | 330.16 | 0.92 | 0.41 |
| Hex | C7 | 8 | 67 | 0 | 60 | 30 | 16 | 14A | 5C | 29 |
| Octal | 307 | 10 | 147 | 0 | 140 | 60 | 26 | 512 | 134 | 51 |
| Binary | 11000111 | 1000 | 1100111 | 0 | 1100000 | 110000 | 10110 | 101001010 | 1011100 | 101001 |
Color Harmonies of #C70867
Complementary color
Monochromatic Colors of #C70867
Black with #C70867
Text Example
Text Example
White with #C70867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70867; }
p { color: rgb(199,8,103); }
H1.HeaderClassName
{
color: #C70867;
}
.AnyTagClassName
{
color: #C70867;
}
</style>
background-color css
<style>
a { background-color: #C70867; }
a { background-color: rgb(199,8,103); }
div.DivClassName
{
background-color: #C70867;
}
.BgClassName
{
background-color: #C70867;
}
</style>
border-color css
<style>
span { border-color: #C70867; }
span { border-color: rgb(199,8,103); }
td.TdClassName
{
border-color: #C70867;
}
.TagClassName
{
border-color: #C70867;
}
</style>