Shades of Ruby #C61254
Tints of Ruby #C61254
RGB
CMYK
RGB Variations
Color information
#C61254 (or 0xC61254) is known color: Ruby. HEX triplet: C6, 12 and 54. RGB value is (198,18,84). Sum of RGB (Red+Green+Blue) = 198+18+84=300 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 198 - color contains mainly: red. Hex color #C61254 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61254 is #39EDAB. Grayscale: #4F4F4F. Windows color (decimal): -3796396 or 5509830. OLE color: 5509830.
HSL color Cylindrical-coordinate representation of color #C61254: hue angle of 338º 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 #C61254 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 18 | 84 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.22 |
| HSL | 338º | 0.83% | 0.42% | - |
| HSV(B) | 338º | 0.91% | 0.78% | - |
| XYZ | 25.11 | 13.08 | 9.59 | - |
| YUV | 79.34 | 130.63 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 18 | 84 | 0 | 0.91 | 0.58 | 0.22 | 338 | 0.83 | 0.42 |
| Hex | C6 | 12 | 54 | 0 | 5B | 3A | 16 | 152 | 53 | 2A |
| Octal | 306 | 22 | 124 | 0 | 133 | 72 | 26 | 522 | 123 | 52 |
| Binary | 11000110 | 10010 | 1010100 | 0 | 1011011 | 111010 | 10110 | 101010010 | 1010011 | 101010 |
Color Harmonies of #C61254
Complementary color
Monochromatic Colors of #C61254
Black with #C61254
Text Example
Text Example
White with #C61254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61254; }
p { color: rgb(198,18,84); }
H1.HeaderClassName
{
color: #C61254;
}
.AnyTagClassName
{
color: #C61254;
}
</style>
background-color css
<style>
a { background-color: #C61254; }
a { background-color: rgb(198,18,84); }
div.DivClassName
{
background-color: #C61254;
}
.BgClassName
{
background-color: #C61254;
}
</style>
border-color css
<style>
span { border-color: #C61254; }
span { border-color: rgb(198,18,84); }
td.TdClassName
{
border-color: #C61254;
}
.TagClassName
{
border-color: #C61254;
}
</style>