Shades of Ruby #C7135A
Tints of Ruby #C7135A
RGB
CMYK
RGB Variations
Color information
#C7135A (or 0xC7135A) is known color: Ruby. HEX triplet: C7, 13 and 5A. RGB value is (199,19,90). Sum of RGB (Red+Green+Blue) = 199+19+90=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C7135A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7135A is #38ECA5. Grayscale: #505050. Windows color (decimal): -3730598 or 5903303. OLE color: 5903303.
HSL color Cylindrical-coordinate representation of color #C7135A: hue angle of 336.33º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C7135A is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 19 | 90 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.22 |
| HSL | 336.33º | 0.83% | 0.43% | - |
| HSV(B) | 336.33º | 0.9% | 0.78% | - |
| XYZ | 25.63 | 13.35 | 10.9 | - |
| YUV | 80.91 | 133.13 | 212.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 19 | 90 | 0 | 0.90 | 0.55 | 0.22 | 336.33 | 0.83 | 0.43 |
| Hex | C7 | 13 | 5A | 0 | 5A | 37 | 16 | 150 | 53 | 2B |
| Octal | 307 | 23 | 132 | 0 | 132 | 67 | 26 | 520 | 123 | 53 |
| Binary | 11000111 | 10011 | 1011010 | 0 | 1011010 | 110111 | 10110 | 101010000 | 1010011 | 101011 |
Color Harmonies of #C7135A
Complementary color
Monochromatic Colors of #C7135A
Black with #C7135A
Text Example
Text Example
White with #C7135A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7135A; }
p { color: rgb(199,19,90); }
H1.HeaderClassName
{
color: #C7135A;
}
.AnyTagClassName
{
color: #C7135A;
}
</style>
background-color css
<style>
a { background-color: #C7135A; }
a { background-color: rgb(199,19,90); }
div.DivClassName
{
background-color: #C7135A;
}
.BgClassName
{
background-color: #C7135A;
}
</style>
border-color css
<style>
span { border-color: #C7135A; }
span { border-color: rgb(199,19,90); }
td.TdClassName
{
border-color: #C7135A;
}
.TagClassName
{
border-color: #C7135A;
}
</style>