Shades of Ruby #C61757
Tints of Ruby #C61757
RGB
CMYK
RGB Variations
Color information
#C61757 (or 0xC61757) is known color: Ruby. HEX triplet: C6, 17 and 57. RGB value is (198,23,87). Sum of RGB (Red+Green+Blue) = 198+23+87=308 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.29% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 87 (34.38% from 255 or 28.25% from 308); Max value from RGB is 198 - color contains mainly: red. Hex color #C61757 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61757 is #39E8A8. Grayscale: #525252. Windows color (decimal): -3795113 or 5707718. OLE color: 5707718.
HSL color Cylindrical-coordinate representation of color #C61757: hue angle of 338.06º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61757 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 23 | 87 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.22 |
| HSL | 338.06º | 0.79% | 0.43% | - |
| HSV(B) | 338.06º | 0.88% | 0.78% | - |
| XYZ | 25.32 | 13.31 | 10.25 | - |
| YUV | 82.62 | 130.48 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 23 | 87 | 0 | 0.88 | 0.56 | 0.22 | 338.06 | 0.79 | 0.43 |
| Hex | C6 | 17 | 57 | 0 | 58 | 38 | 16 | 152 | 4F | 2B |
| Octal | 306 | 27 | 127 | 0 | 130 | 70 | 26 | 522 | 117 | 53 |
| Binary | 11000110 | 10111 | 1010111 | 0 | 1011000 | 111000 | 10110 | 101010010 | 1001111 | 101011 |
Color Harmonies of #C61757
Complementary color
Monochromatic Colors of #C61757
Black with #C61757
Text Example
Text Example
White with #C61757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61757; }
p { color: rgb(198,23,87); }
H1.HeaderClassName
{
color: #C61757;
}
.AnyTagClassName
{
color: #C61757;
}
</style>
background-color css
<style>
a { background-color: #C61757; }
a { background-color: rgb(198,23,87); }
div.DivClassName
{
background-color: #C61757;
}
.BgClassName
{
background-color: #C61757;
}
</style>
border-color css
<style>
span { border-color: #C61757; }
span { border-color: rgb(198,23,87); }
td.TdClassName
{
border-color: #C61757;
}
.TagClassName
{
border-color: #C61757;
}
</style>