Shades of Ruby #C7136A
Tints of Ruby #C7136A
RGB
CMYK
RGB Variations
Color information
#C7136A (or 0xC7136A) is known color: Ruby. HEX triplet: C7, 13 and 6A. RGB value is (199,19,106). Sum of RGB (Red+Green+Blue) = 199+19+106=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C7136A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7136A is #38EC95. Grayscale: #525252. Windows color (decimal): -3730582 or 6951879. OLE color: 6951879.
HSL color Cylindrical-coordinate representation of color #C7136A: hue angle of 331º 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 #C7136A is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 19 | 106 | - |
| CMYK | 0 | 0.90 | 0.47 | 0.22 |
| HSL | 331º | 0.83% | 0.43% | - |
| HSV(B) | 331º | 0.9% | 0.78% | - |
| XYZ | 26.39 | 13.65 | 14.88 | - |
| YUV | 82.74 | 141.13 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 19 | 106 | 0 | 0.90 | 0.47 | 0.22 | 331 | 0.83 | 0.43 |
| Hex | C7 | 13 | 6A | 0 | 5A | 2F | 16 | 14B | 53 | 2B |
| Octal | 307 | 23 | 152 | 0 | 132 | 57 | 26 | 513 | 123 | 53 |
| Binary | 11000111 | 10011 | 1101010 | 0 | 1011010 | 101111 | 10110 | 101001011 | 1010011 | 101011 |
Color Harmonies of #C7136A
Complementary color
Monochromatic Colors of #C7136A
Black with #C7136A
Text Example
Text Example
White with #C7136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7136A; }
p { color: rgb(199,19,106); }
H1.HeaderClassName
{
color: #C7136A;
}
.AnyTagClassName
{
color: #C7136A;
}
</style>
background-color css
<style>
a { background-color: #C7136A; }
a { background-color: rgb(199,19,106); }
div.DivClassName
{
background-color: #C7136A;
}
.BgClassName
{
background-color: #C7136A;
}
</style>
border-color css
<style>
span { border-color: #C7136A; }
span { border-color: rgb(199,19,106); }
td.TdClassName
{
border-color: #C7136A;
}
.TagClassName
{
border-color: #C7136A;
}
</style>