Shades of Ruby #C62066
Tints of Ruby #C62066
RGB
CMYK
RGB Variations
Color information
#C62066 (or 0xC62066) is known color: Ruby. HEX triplet: C6, 20 and 66. RGB value is (198,32,102). Sum of RGB (Red+Green+Blue) = 198+32+102=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C62066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62066 is #39DF99. Grayscale: #595959. Windows color (decimal): -3792794 or 6693062. OLE color: 6693062.
HSL color Cylindrical-coordinate representation of color #C62066: hue angle of 334.7º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C62066 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 32 | 102 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.22 |
| HSL | 334.7º | 0.72% | 0.45% | - |
| HSV(B) | 334.7º | 0.84% | 0.78% | - |
| XYZ | 26.2 | 14 | 13.89 | - |
| YUV | 89.61 | 135 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 102 | 0 | 0.84 | 0.48 | 0.22 | 334.7 | 0.72 | 0.45 |
| Hex | C6 | 20 | 66 | 0 | 54 | 30 | 16 | 14F | 48 | 2D |
| Octal | 306 | 40 | 146 | 0 | 124 | 60 | 26 | 517 | 110 | 55 |
| Binary | 11000110 | 100000 | 1100110 | 0 | 1010100 | 110000 | 10110 | 101001111 | 1001000 | 101101 |
Color Harmonies of #C62066
Complementary color
Monochromatic Colors of #C62066
Black with #C62066
Text Example
Text Example
White with #C62066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62066; }
p { color: rgb(198,32,102); }
H1.HeaderClassName
{
color: #C62066;
}
.AnyTagClassName
{
color: #C62066;
}
</style>
background-color css
<style>
a { background-color: #C62066; }
a { background-color: rgb(198,32,102); }
div.DivClassName
{
background-color: #C62066;
}
.BgClassName
{
background-color: #C62066;
}
</style>
border-color css
<style>
span { border-color: #C62066; }
span { border-color: rgb(198,32,102); }
td.TdClassName
{
border-color: #C62066;
}
.TagClassName
{
border-color: #C62066;
}
</style>