Shades of Ruby #C61167
Tints of Ruby #C61167
RGB
CMYK
RGB Variations
Color information
#C61167 (or 0xC61167) is known color: Ruby. HEX triplet: C6, 11 and 67. RGB value is (198,17,103). Sum of RGB (Red+Green+Blue) = 198+17+103=318 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.26% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 198 - color contains mainly: red. Hex color #C61167 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61167 is #39EE98. Grayscale: #505050. Windows color (decimal): -3796633 or 6754758. OLE color: 6754758.
HSL color Cylindrical-coordinate representation of color #C61167: hue angle of 331.49º degrees, saturation: 0.84, 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 #C61167 is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 17 | 103 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.22 |
| HSL | 331.49º | 0.84% | 0.42% | - |
| HSV(B) | 331.49º | 0.91% | 0.78% | - |
| XYZ | 25.94 | 13.39 | 14.05 | - |
| YUV | 80.92 | 140.47 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 17 | 103 | 0 | 0.91 | 0.48 | 0.22 | 331.49 | 0.84 | 0.42 |
| Hex | C6 | 11 | 67 | 0 | 5B | 30 | 16 | 14B | 54 | 2A |
| Octal | 306 | 21 | 147 | 0 | 133 | 60 | 26 | 513 | 124 | 52 |
| Binary | 11000110 | 10001 | 1100111 | 0 | 1011011 | 110000 | 10110 | 101001011 | 1010100 | 101010 |
Color Harmonies of #C61167
Complementary color
Monochromatic Colors of #C61167
Black with #C61167
Text Example
Text Example
White with #C61167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61167; }
p { color: rgb(198,17,103); }
H1.HeaderClassName
{
color: #C61167;
}
.AnyTagClassName
{
color: #C61167;
}
</style>
background-color css
<style>
a { background-color: #C61167; }
a { background-color: rgb(198,17,103); }
div.DivClassName
{
background-color: #C61167;
}
.BgClassName
{
background-color: #C61167;
}
</style>
border-color css
<style>
span { border-color: #C61167; }
span { border-color: rgb(198,17,103); }
td.TdClassName
{
border-color: #C61167;
}
.TagClassName
{
border-color: #C61167;
}
</style>