Shades of Ruby #C61067
Tints of Ruby #C61067
RGB
CMYK
RGB Variations
Color information
#C61067 (or 0xC61067) is known color: Ruby. HEX triplet: C6, 10 and 67. RGB value is (198,16,103). Sum of RGB (Red+Green+Blue) = 198+16+103=317 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.46% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 103 (40.62% from 255 or 32.49% from 317); Max value from RGB is 198 - color contains mainly: red. Hex color #C61067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61067 is #39EF98. Grayscale: #505050. Windows color (decimal): -3796889 or 6754502. OLE color: 6754502.
HSL color Cylindrical-coordinate representation of color #C61067: hue angle of 331.32º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C61067 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 16 | 103 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.22 |
| HSL | 331.32º | 0.85% | 0.42% | - |
| HSV(B) | 331.32º | 0.92% | 0.78% | - |
| XYZ | 25.92 | 13.36 | 14.04 | - |
| YUV | 80.34 | 140.8 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 16 | 103 | 0 | 0.92 | 0.48 | 0.22 | 331.32 | 0.85 | 0.42 |
| Hex | C6 | 10 | 67 | 0 | 5C | 30 | 16 | 14B | 55 | 2A |
| Octal | 306 | 20 | 147 | 0 | 134 | 60 | 26 | 513 | 125 | 52 |
| Binary | 11000110 | 10000 | 1100111 | 0 | 1011100 | 110000 | 10110 | 101001011 | 1010101 | 101010 |
Color Harmonies of #C61067
Complementary color
Monochromatic Colors of #C61067
Black with #C61067
Text Example
Text Example
White with #C61067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61067; }
p { color: rgb(198,16,103); }
H1.HeaderClassName
{
color: #C61067;
}
.AnyTagClassName
{
color: #C61067;
}
</style>
background-color css
<style>
a { background-color: #C61067; }
a { background-color: rgb(198,16,103); }
div.DivClassName
{
background-color: #C61067;
}
.BgClassName
{
background-color: #C61067;
}
</style>
border-color css
<style>
span { border-color: #C61067; }
span { border-color: rgb(198,16,103); }
td.TdClassName
{
border-color: #C61067;
}
.TagClassName
{
border-color: #C61067;
}
</style>