Shades of Ruby #C7095F
Tints of Ruby #C7095F
RGB
CMYK
RGB Variations
Color information
#C7095F (or 0xC7095F) is known color: Ruby. HEX triplet: C7, 09 and 5F. RGB value is (199,9,95). Sum of RGB (Red+Green+Blue) = 199+9+95=303 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.68% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 199 - color contains mainly: red. Hex color #C7095F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7095F is #38F6A0. Grayscale: #4B4B4B. Windows color (decimal): -3733153 or 6228423. OLE color: 6228423.
HSL color Cylindrical-coordinate representation of color #C7095F: hue angle of 332.84º 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 #C7095F is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 9 | 95 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.22 |
| HSL | 332.84º | 0.91% | 0.41% | - |
| HSV(B) | 332.84º | 0.95% | 0.78% | - |
| XYZ | 25.72 | 13.16 | 12.01 | - |
| YUV | 75.61 | 138.95 | 216.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 9 | 95 | 0 | 0.95 | 0.52 | 0.22 | 332.84 | 0.91 | 0.41 |
| Hex | C7 | 9 | 5F | 0 | 5F | 34 | 16 | 14D | 5B | 29 |
| Octal | 307 | 11 | 137 | 0 | 137 | 64 | 26 | 515 | 133 | 51 |
| Binary | 11000111 | 1001 | 1011111 | 0 | 1011111 | 110100 | 10110 | 101001101 | 1011011 | 101001 |
Color Harmonies of #C7095F
Complementary color
Monochromatic Colors of #C7095F
Black with #C7095F
Text Example
Text Example
White with #C7095F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7095F; }
p { color: rgb(199,9,95); }
H1.HeaderClassName
{
color: #C7095F;
}
.AnyTagClassName
{
color: #C7095F;
}
</style>
background-color css
<style>
a { background-color: #C7095F; }
a { background-color: rgb(199,9,95); }
div.DivClassName
{
background-color: #C7095F;
}
.BgClassName
{
background-color: #C7095F;
}
</style>
border-color css
<style>
span { border-color: #C7095F; }
span { border-color: rgb(199,9,95); }
td.TdClassName
{
border-color: #C7095F;
}
.TagClassName
{
border-color: #C7095F;
}
</style>