Shades of Ruby #C22066
Tints of Ruby #C22066
RGB
CMYK
RGB Variations
Color information
#C22066 (or 0xC22066) is known color: Ruby. HEX triplet: C2, 20 and 66. RGB value is (194,32,102). Sum of RGB (Red+Green+Blue) = 194+32+102=328 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.15% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 194 - color contains mainly: red. Hex color #C22066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22066 is #3DDF99. Grayscale: #585858. Windows color (decimal): -4054938 or 6693058. OLE color: 6693058.
HSL color Cylindrical-coordinate representation of color #C22066: hue angle of 334.07º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C22066 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 32 | 102 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.24 |
| HSL | 334.07º | 0.72% | 0.44% | - |
| HSV(B) | 334.07º | 0.84% | 0.76% | - |
| XYZ | 25.16 | 13.46 | 13.84 | - |
| YUV | 88.42 | 135.67 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 102 | 0 | 0.84 | 0.47 | 0.24 | 334.07 | 0.72 | 0.44 |
| Hex | C2 | 20 | 66 | 0 | 54 | 2F | 18 | 14E | 48 | 2C |
| Octal | 302 | 40 | 146 | 0 | 124 | 57 | 30 | 516 | 110 | 54 |
| Binary | 11000010 | 100000 | 1100110 | 0 | 1010100 | 101111 | 11000 | 101001110 | 1001000 | 101100 |
Color Harmonies of #C22066
Complementary color
Monochromatic Colors of #C22066
Black with #C22066
Text Example
Text Example
White with #C22066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22066; }
p { color: rgb(194,32,102); }
H1.HeaderClassName
{
color: #C22066;
}
.AnyTagClassName
{
color: #C22066;
}
</style>
background-color css
<style>
a { background-color: #C22066; }
a { background-color: rgb(194,32,102); }
div.DivClassName
{
background-color: #C22066;
}
.BgClassName
{
background-color: #C22066;
}
</style>
border-color css
<style>
span { border-color: #C22066; }
span { border-color: rgb(194,32,102); }
td.TdClassName
{
border-color: #C22066;
}
.TagClassName
{
border-color: #C22066;
}
</style>