Shades of Ruby #C62064
Tints of Ruby #C62064
RGB
CMYK
RGB Variations
Color information
#C62064 (or 0xC62064) is known color: Ruby. HEX triplet: C6, 20 and 64. RGB value is (198,32,100). Sum of RGB (Red+Green+Blue) = 198+32+100=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C62064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62064 is #39DF9B. Grayscale: #595959. Windows color (decimal): -3792796 or 6561990. OLE color: 6561990.
HSL color Cylindrical-coordinate representation of color #C62064: hue angle of 335.42º 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 #C62064 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 32 | 100 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.22 |
| HSL | 335.42º | 0.72% | 0.45% | - |
| HSV(B) | 335.42º | 0.84% | 0.78% | - |
| XYZ | 26.11 | 13.96 | 13.38 | - |
| YUV | 89.39 | 134 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 32 | 100 | 0 | 0.84 | 0.49 | 0.22 | 335.42 | 0.72 | 0.45 |
| Hex | C6 | 20 | 64 | 0 | 54 | 31 | 16 | 14F | 48 | 2D |
| Octal | 306 | 40 | 144 | 0 | 124 | 61 | 26 | 517 | 110 | 55 |
| Binary | 11000110 | 100000 | 1100100 | 0 | 1010100 | 110001 | 10110 | 101001111 | 1001000 | 101101 |
Color Harmonies of #C62064
Complementary color
Monochromatic Colors of #C62064
Black with #C62064
Text Example
Text Example
White with #C62064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62064; }
p { color: rgb(198,32,100); }
H1.HeaderClassName
{
color: #C62064;
}
.AnyTagClassName
{
color: #C62064;
}
</style>
background-color css
<style>
a { background-color: #C62064; }
a { background-color: rgb(198,32,100); }
div.DivClassName
{
background-color: #C62064;
}
.BgClassName
{
background-color: #C62064;
}
</style>
border-color css
<style>
span { border-color: #C62064; }
span { border-color: rgb(198,32,100); }
td.TdClassName
{
border-color: #C62064;
}
.TagClassName
{
border-color: #C62064;
}
</style>