Shades of Ruby #C72064
Tints of Ruby #C72064
RGB
CMYK
RGB Variations
Color information
#C72064 (or 0xC72064) is known color: Ruby. HEX triplet: C7, 20 and 64. RGB value is (199,32,100). Sum of RGB (Red+Green+Blue) = 199+32+100=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C72064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72064 is #38DF9B. Grayscale: #595959. Windows color (decimal): -3727260 or 6561991. OLE color: 6561991.
HSL color Cylindrical-coordinate representation of color #C72064: hue angle of 335.57º 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 #C72064 is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 32 | 100 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.22 |
| HSL | 335.57º | 0.72% | 0.45% | - |
| HSV(B) | 335.57º | 0.84% | 0.78% | - |
| XYZ | 26.37 | 14.1 | 13.39 | - |
| YUV | 89.69 | 133.83 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 100 | 0 | 0.84 | 0.50 | 0.22 | 335.57 | 0.72 | 0.45 |
| Hex | C7 | 20 | 64 | 0 | 54 | 32 | 16 | 150 | 48 | 2D |
| Octal | 307 | 40 | 144 | 0 | 124 | 62 | 26 | 520 | 110 | 55 |
| Binary | 11000111 | 100000 | 1100100 | 0 | 1010100 | 110010 | 10110 | 101010000 | 1001000 | 101101 |
Color Harmonies of #C72064
Complementary color
Monochromatic Colors of #C72064
Black with #C72064
Text Example
Text Example
White with #C72064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72064; }
p { color: rgb(199,32,100); }
H1.HeaderClassName
{
color: #C72064;
}
.AnyTagClassName
{
color: #C72064;
}
</style>
background-color css
<style>
a { background-color: #C72064; }
a { background-color: rgb(199,32,100); }
div.DivClassName
{
background-color: #C72064;
}
.BgClassName
{
background-color: #C72064;
}
</style>
border-color css
<style>
span { border-color: #C72064; }
span { border-color: rgb(199,32,100); }
td.TdClassName
{
border-color: #C72064;
}
.TagClassName
{
border-color: #C72064;
}
</style>