Shades of Ruby #C7085A
Tints of Ruby #C7085A
RGB
CMYK
RGB Variations
Color information
#C7085A (or 0xC7085A) is known color: Ruby. HEX triplet: C7, 08 and 5A. RGB value is (199,8,90). Sum of RGB (Red+Green+Blue) = 199+8+90=297 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.00% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 199 - color contains mainly: red. Hex color #C7085A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7085A is #38F7A5. Grayscale: #4A4A4A. Windows color (decimal): -3733414 or 5900487. OLE color: 5900487.
HSL color Cylindrical-coordinate representation of color #C7085A: hue angle of 334.24º 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 #C7085A is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 8 | 90 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.22 |
| HSL | 334.24º | 0.92% | 0.41% | - |
| HSV(B) | 334.24º | 0.96% | 0.78% | - |
| XYZ | 25.49 | 13.05 | 10.85 | - |
| YUV | 74.46 | 136.78 | 216.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 8 | 90 | 0 | 0.96 | 0.55 | 0.22 | 334.24 | 0.92 | 0.41 |
| Hex | C7 | 8 | 5A | 0 | 60 | 37 | 16 | 14E | 5C | 29 |
| Octal | 307 | 10 | 132 | 0 | 140 | 67 | 26 | 516 | 134 | 51 |
| Binary | 11000111 | 1000 | 1011010 | 0 | 1100000 | 110111 | 10110 | 101001110 | 1011100 | 101001 |
Color Harmonies of #C7085A
Complementary color
Monochromatic Colors of #C7085A
Black with #C7085A
Text Example
Text Example
White with #C7085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7085A; }
p { color: rgb(199,8,90); }
H1.HeaderClassName
{
color: #C7085A;
}
.AnyTagClassName
{
color: #C7085A;
}
</style>
background-color css
<style>
a { background-color: #C7085A; }
a { background-color: rgb(199,8,90); }
div.DivClassName
{
background-color: #C7085A;
}
.BgClassName
{
background-color: #C7085A;
}
</style>
border-color css
<style>
span { border-color: #C7085A; }
span { border-color: rgb(199,8,90); }
td.TdClassName
{
border-color: #C7085A;
}
.TagClassName
{
border-color: #C7085A;
}
</style>