Shades of Ruby #C6166A
Tints of Ruby #C6166A
RGB
CMYK
RGB Variations
Color information
#C6166A (or 0xC6166A) is known color: Ruby. HEX triplet: C6, 16 and 6A. RGB value is (198,22,106). Sum of RGB (Red+Green+Blue) = 198+22+106=326 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.74% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 198 - color contains mainly: red. Hex color #C6166A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6166A is #39E995. Grayscale: #545454. Windows color (decimal): -3795350 or 6952646. OLE color: 6952646.
HSL color Cylindrical-coordinate representation of color #C6166A: hue angle of 331.36º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C6166A is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 22 | 106 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.22 |
| HSL | 331.36º | 0.8% | 0.43% | - |
| HSV(B) | 331.36º | 0.89% | 0.78% | - |
| XYZ | 26.18 | 13.62 | 14.88 | - |
| YUV | 84.2 | 140.31 | 209.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 22 | 106 | 0 | 0.89 | 0.46 | 0.22 | 331.36 | 0.8 | 0.43 |
| Hex | C6 | 16 | 6A | 0 | 59 | 2E | 16 | 14B | 50 | 2B |
| Octal | 306 | 26 | 152 | 0 | 131 | 56 | 26 | 513 | 120 | 53 |
| Binary | 11000110 | 10110 | 1101010 | 0 | 1011001 | 101110 | 10110 | 101001011 | 1010000 | 101011 |
Color Harmonies of #C6166A
Complementary color
Monochromatic Colors of #C6166A
Black with #C6166A
Text Example
Text Example
White with #C6166A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6166A; }
p { color: rgb(198,22,106); }
H1.HeaderClassName
{
color: #C6166A;
}
.AnyTagClassName
{
color: #C6166A;
}
</style>
background-color css
<style>
a { background-color: #C6166A; }
a { background-color: rgb(198,22,106); }
div.DivClassName
{
background-color: #C6166A;
}
.BgClassName
{
background-color: #C6166A;
}
</style>
border-color css
<style>
span { border-color: #C6166A; }
span { border-color: rgb(198,22,106); }
td.TdClassName
{
border-color: #C6166A;
}
.TagClassName
{
border-color: #C6166A;
}
</style>