Shades of Ruby #C61867
Tints of Ruby #C61867
RGB
CMYK
RGB Variations
Color information
#C61867 (or 0xC61867) is known color: Ruby. HEX triplet: C6, 18 and 67. RGB value is (198,24,103). Sum of RGB (Red+Green+Blue) = 198+24+103=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 103 (40.62% from 255 or 31.69% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C61867 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61867 is #39E798. Grayscale: #545454. Windows color (decimal): -3794841 or 6756550. OLE color: 6756550.
HSL color Cylindrical-coordinate representation of color #C61867: hue angle of 332.76º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61867 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 24 | 103 | - |
| CMYK | 0 | 0.88 | 0.48 | 0.22 |
| HSL | 332.76º | 0.78% | 0.44% | - |
| HSV(B) | 332.76º | 0.88% | 0.78% | - |
| XYZ | 26.06 | 13.64 | 14.09 | - |
| YUV | 85.03 | 138.15 | 208.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 24 | 103 | 0 | 0.88 | 0.48 | 0.22 | 332.76 | 0.78 | 0.44 |
| Hex | C6 | 18 | 67 | 0 | 58 | 30 | 16 | 14D | 4E | 2C |
| Octal | 306 | 30 | 147 | 0 | 130 | 60 | 26 | 515 | 116 | 54 |
| Binary | 11000110 | 11000 | 1100111 | 0 | 1011000 | 110000 | 10110 | 101001101 | 1001110 | 101100 |
Color Harmonies of #C61867
Complementary color
Monochromatic Colors of #C61867
Black with #C61867
Text Example
Text Example
White with #C61867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61867; }
p { color: rgb(198,24,103); }
H1.HeaderClassName
{
color: #C61867;
}
.AnyTagClassName
{
color: #C61867;
}
</style>
background-color css
<style>
a { background-color: #C61867; }
a { background-color: rgb(198,24,103); }
div.DivClassName
{
background-color: #C61867;
}
.BgClassName
{
background-color: #C61867;
}
</style>
border-color css
<style>
span { border-color: #C61867; }
span { border-color: rgb(198,24,103); }
td.TdClassName
{
border-color: #C61867;
}
.TagClassName
{
border-color: #C61867;
}
</style>