Shades of Ruby #C61256
Tints of Ruby #C61256
RGB
CMYK
RGB Variations
Color information
#C61256 (or 0xC61256) is known color: Ruby. HEX triplet: C6, 12 and 56. RGB value is (198,18,86). Sum of RGB (Red+Green+Blue) = 198+18+86=302 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.56% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 86 (33.98% from 255 or 28.48% from 302); Max value from RGB is 198 - color contains mainly: red. Hex color #C61256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61256 is #39EDA9. Grayscale: #4F4F4F. Windows color (decimal): -3796394 or 5640902. OLE color: 5640902.
HSL color Cylindrical-coordinate representation of color #C61256: hue angle of 337.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C61256 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 86 | - |
| CMYK | 0 | 0.91 | 0.57 | 0.22 |
| HSL | 337.33º | 0.83% | 0.42% | - |
| HSV(B) | 337.33º | 0.91% | 0.78% | - |
| XYZ | 25.18 | 13.11 | 10.01 | - |
| YUV | 79.57 | 131.63 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 86 | 0 | 0.91 | 0.57 | 0.22 | 337.33 | 0.83 | 0.42 |
| Hex | C6 | 12 | 56 | 0 | 5B | 39 | 16 | 151 | 53 | 2A |
| Octal | 306 | 22 | 126 | 0 | 133 | 71 | 26 | 521 | 123 | 52 |
| Binary | 11000110 | 10010 | 1010110 | 0 | 1011011 | 111001 | 10110 | 101010001 | 1010011 | 101010 |
Color Harmonies of #C61256
Complementary color
Monochromatic Colors of #C61256
Black with #C61256
Text Example
Text Example
White with #C61256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61256; }
p { color: rgb(198,18,86); }
H1.HeaderClassName
{
color: #C61256;
}
.AnyTagClassName
{
color: #C61256;
}
</style>
background-color css
<style>
a { background-color: #C61256; }
a { background-color: rgb(198,18,86); }
div.DivClassName
{
background-color: #C61256;
}
.BgClassName
{
background-color: #C61256;
}
</style>
border-color css
<style>
span { border-color: #C61256; }
span { border-color: rgb(198,18,86); }
td.TdClassName
{
border-color: #C61256;
}
.TagClassName
{
border-color: #C61256;
}
</style>