Shades of Ruby #C61758
Tints of Ruby #C61758
RGB
CMYK
RGB Variations
Color information
#C61758 (or 0xC61758) is known color: Ruby. HEX triplet: C6, 17 and 58. RGB value is (198,23,88). Sum of RGB (Red+Green+Blue) = 198+23+88=309 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.08% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 88 (34.77% from 255 or 28.48% from 309); Max value from RGB is 198 - color contains mainly: red. Hex color #C61758 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61758 is #39E8A7. Grayscale: #525252. Windows color (decimal): -3795112 or 5773254. OLE color: 5773254.
HSL color Cylindrical-coordinate representation of color #C61758: hue angle of 337.71º 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 #C61758 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 23 | 88 | - |
| CMYK | 0 | 0.88 | 0.56 | 0.22 |
| HSL | 337.71º | 0.79% | 0.43% | - |
| HSV(B) | 337.71º | 0.88% | 0.78% | - |
| XYZ | 25.36 | 13.32 | 10.47 | - |
| YUV | 82.74 | 130.98 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 23 | 88 | 0 | 0.88 | 0.56 | 0.22 | 337.71 | 0.79 | 0.43 |
| Hex | C6 | 17 | 58 | 0 | 58 | 38 | 16 | 152 | 4F | 2B |
| Octal | 306 | 27 | 130 | 0 | 130 | 70 | 26 | 522 | 117 | 53 |
| Binary | 11000110 | 10111 | 1011000 | 0 | 1011000 | 111000 | 10110 | 101010010 | 1001111 | 101011 |
Color Harmonies of #C61758
Complementary color
Monochromatic Colors of #C61758
Black with #C61758
Text Example
Text Example
White with #C61758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61758; }
p { color: rgb(198,23,88); }
H1.HeaderClassName
{
color: #C61758;
}
.AnyTagClassName
{
color: #C61758;
}
</style>
background-color css
<style>
a { background-color: #C61758; }
a { background-color: rgb(198,23,88); }
div.DivClassName
{
background-color: #C61758;
}
.BgClassName
{
background-color: #C61758;
}
</style>
border-color css
<style>
span { border-color: #C61758; }
span { border-color: rgb(198,23,88); }
td.TdClassName
{
border-color: #C61758;
}
.TagClassName
{
border-color: #C61758;
}
</style>