Shades of Ruby #C7165F
Tints of Ruby #C7165F
RGB
CMYK
RGB Variations
Color information
#C7165F (or 0xC7165F) is known color: Ruby. HEX triplet: C7, 16 and 5F. RGB value is (199,22,95). Sum of RGB (Red+Green+Blue) = 199+22+95=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C7165F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7165F is #38E9A0. Grayscale: #535353. Windows color (decimal): -3729825 or 6231751. OLE color: 6231751.
HSL color Cylindrical-coordinate representation of color #C7165F: hue angle of 335.25º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C7165F is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 22 | 95 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.22 |
| HSL | 335.25º | 0.8% | 0.43% | - |
| HSV(B) | 335.25º | 0.89% | 0.78% | - |
| XYZ | 25.91 | 13.54 | 12.07 | - |
| YUV | 83.25 | 134.64 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 22 | 95 | 0 | 0.89 | 0.52 | 0.22 | 335.25 | 0.8 | 0.43 |
| Hex | C7 | 16 | 5F | 0 | 59 | 34 | 16 | 14F | 50 | 2B |
| Octal | 307 | 26 | 137 | 0 | 131 | 64 | 26 | 517 | 120 | 53 |
| Binary | 11000111 | 10110 | 1011111 | 0 | 1011001 | 110100 | 10110 | 101001111 | 1010000 | 101011 |
Color Harmonies of #C7165F
Complementary color
Monochromatic Colors of #C7165F
Black with #C7165F
Text Example
Text Example
White with #C7165F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7165F; }
p { color: rgb(199,22,95); }
H1.HeaderClassName
{
color: #C7165F;
}
.AnyTagClassName
{
color: #C7165F;
}
</style>
background-color css
<style>
a { background-color: #C7165F; }
a { background-color: rgb(199,22,95); }
div.DivClassName
{
background-color: #C7165F;
}
.BgClassName
{
background-color: #C7165F;
}
</style>
border-color css
<style>
span { border-color: #C7165F; }
span { border-color: rgb(199,22,95); }
td.TdClassName
{
border-color: #C7165F;
}
.TagClassName
{
border-color: #C7165F;
}
</style>