Shades of Ruby #C5075A
Tints of Ruby #C5075A
RGB
CMYK
RGB Variations
Color information
#C5075A (or 0xC5075A) is known color: Ruby. HEX triplet: C5, 07 and 5A. RGB value is (197,7,90). Sum of RGB (Red+Green+Blue) = 197+7+90=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C5075A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5075A is #3AF8A5. Grayscale: #494949. Windows color (decimal): -3864742 or 5900229. OLE color: 5900229.
HSL color Cylindrical-coordinate representation of color #C5075A: hue angle of 333.79º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C5075A is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 7 | 90 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.23 |
| HSL | 333.79º | 0.93% | 0.4% | - |
| HSV(B) | 333.79º | 0.96% | 0.77% | - |
| XYZ | 24.95 | 12.76 | 10.82 | - |
| YUV | 73.27 | 137.45 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 7 | 90 | 0 | 0.96 | 0.54 | 0.23 | 333.79 | 0.93 | 0.4 |
| Hex | C5 | 7 | 5A | 0 | 60 | 36 | 17 | 14E | 5D | 28 |
| Octal | 305 | 7 | 132 | 0 | 140 | 66 | 27 | 516 | 135 | 50 |
| Binary | 11000101 | 111 | 1011010 | 0 | 1100000 | 110110 | 10111 | 101001110 | 1011101 | 101000 |
Color Harmonies of #C5075A
Complementary color
Monochromatic Colors of #C5075A
Black with #C5075A
Text Example
Text Example
White with #C5075A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5075A; }
p { color: rgb(197,7,90); }
H1.HeaderClassName
{
color: #C5075A;
}
.AnyTagClassName
{
color: #C5075A;
}
</style>
background-color css
<style>
a { background-color: #C5075A; }
a { background-color: rgb(197,7,90); }
div.DivClassName
{
background-color: #C5075A;
}
.BgClassName
{
background-color: #C5075A;
}
</style>
border-color css
<style>
span { border-color: #C5075A; }
span { border-color: rgb(197,7,90); }
td.TdClassName
{
border-color: #C5075A;
}
.TagClassName
{
border-color: #C5075A;
}
</style>