Shades of Ruby #C7095A
Tints of Ruby #C7095A
RGB
CMYK
RGB Variations
Color information
#C7095A (or 0xC7095A) is known color: Ruby. HEX triplet: C7, 09 and 5A. RGB value is (199,9,90). Sum of RGB (Red+Green+Blue) = 199+9+90=298 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.78% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 199 - color contains mainly: red. Hex color #C7095A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7095A is #38F6A5. Grayscale: #4A4A4A. Windows color (decimal): -3733158 or 5900743. OLE color: 5900743.
HSL color Cylindrical-coordinate representation of color #C7095A: hue angle of 334.42º 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 #C7095A is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 9 | 90 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.22 |
| HSL | 334.42º | 0.91% | 0.41% | - |
| HSV(B) | 334.42º | 0.95% | 0.78% | - |
| XYZ | 25.5 | 13.08 | 10.85 | - |
| YUV | 75.04 | 136.45 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 9 | 90 | 0 | 0.95 | 0.55 | 0.22 | 334.42 | 0.91 | 0.41 |
| Hex | C7 | 9 | 5A | 0 | 5F | 37 | 16 | 14E | 5B | 29 |
| Octal | 307 | 11 | 132 | 0 | 137 | 67 | 26 | 516 | 133 | 51 |
| Binary | 11000111 | 1001 | 1011010 | 0 | 1011111 | 110111 | 10110 | 101001110 | 1011011 | 101001 |
Color Harmonies of #C7095A
Complementary color
Monochromatic Colors of #C7095A
Black with #C7095A
Text Example
Text Example
White with #C7095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7095A; }
p { color: rgb(199,9,90); }
H1.HeaderClassName
{
color: #C7095A;
}
.AnyTagClassName
{
color: #C7095A;
}
</style>
background-color css
<style>
a { background-color: #C7095A; }
a { background-color: rgb(199,9,90); }
div.DivClassName
{
background-color: #C7095A;
}
.BgClassName
{
background-color: #C7095A;
}
</style>
border-color css
<style>
span { border-color: #C7095A; }
span { border-color: rgb(199,9,90); }
td.TdClassName
{
border-color: #C7095A;
}
.TagClassName
{
border-color: #C7095A;
}
</style>