Shades of Ruby #C7095D
Tints of Ruby #C7095D
RGB
CMYK
RGB Variations
Color information
#C7095D (or 0xC7095D) is known color: Ruby. HEX triplet: C7, 09 and 5D. RGB value is (199,9,93). Sum of RGB (Red+Green+Blue) = 199+9+93=301 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.11% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 199 - color contains mainly: red. Hex color #C7095D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7095D is #38F6A2. Grayscale: #4B4B4B. Windows color (decimal): -3733155 or 6097351. OLE color: 6097351.
HSL color Cylindrical-coordinate representation of color #C7095D: hue angle of 333.47º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C7095D is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 9 | 93 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.22 |
| HSL | 333.47º | 0.91% | 0.41% | - |
| HSV(B) | 333.47º | 0.95% | 0.78% | - |
| XYZ | 25.63 | 13.13 | 11.54 | - |
| YUV | 75.39 | 137.95 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 9 | 93 | 0 | 0.95 | 0.53 | 0.22 | 333.47 | 0.91 | 0.41 |
| Hex | C7 | 9 | 5D | 0 | 5F | 35 | 16 | 14D | 5B | 29 |
| Octal | 307 | 11 | 135 | 0 | 137 | 65 | 26 | 515 | 133 | 51 |
| Binary | 11000111 | 1001 | 1011101 | 0 | 1011111 | 110101 | 10110 | 101001101 | 1011011 | 101001 |
Color Harmonies of #C7095D
Complementary color
Monochromatic Colors of #C7095D
Black with #C7095D
Text Example
Text Example
White with #C7095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7095D; }
p { color: rgb(199,9,93); }
H1.HeaderClassName
{
color: #C7095D;
}
.AnyTagClassName
{
color: #C7095D;
}
</style>
background-color css
<style>
a { background-color: #C7095D; }
a { background-color: rgb(199,9,93); }
div.DivClassName
{
background-color: #C7095D;
}
.BgClassName
{
background-color: #C7095D;
}
</style>
border-color css
<style>
span { border-color: #C7095D; }
span { border-color: rgb(199,9,93); }
td.TdClassName
{
border-color: #C7095D;
}
.TagClassName
{
border-color: #C7095D;
}
</style>