Shades of Ruby #C72062
Tints of Ruby #C72062
RGB
CMYK
RGB Variations
Color information
#C72062 (or 0xC72062) is known color: Ruby. HEX triplet: C7, 20 and 62. RGB value is (199,32,98). Sum of RGB (Red+Green+Blue) = 199+32+98=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C72062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C72062 is #38DF9D. Grayscale: #595959. Windows color (decimal): -3727262 or 6430919. OLE color: 6430919.
HSL color Cylindrical-coordinate representation of color #C72062: hue angle of 336.29º 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 #C72062 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 32 | 98 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.22 |
| HSL | 336.29º | 0.72% | 0.45% | - |
| HSV(B) | 336.29º | 0.84% | 0.78% | - |
| XYZ | 26.27 | 14.06 | 12.88 | - |
| YUV | 89.46 | 132.83 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 98 | 0 | 0.84 | 0.51 | 0.22 | 336.29 | 0.72 | 0.45 |
| Hex | C7 | 20 | 62 | 0 | 54 | 33 | 16 | 150 | 48 | 2D |
| Octal | 307 | 40 | 142 | 0 | 124 | 63 | 26 | 520 | 110 | 55 |
| Binary | 11000111 | 100000 | 1100010 | 0 | 1010100 | 110011 | 10110 | 101010000 | 1001000 | 101101 |
Color Harmonies of #C72062
Complementary color
Monochromatic Colors of #C72062
Black with #C72062
Text Example
Text Example
White with #C72062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72062; }
p { color: rgb(199,32,98); }
H1.HeaderClassName
{
color: #C72062;
}
.AnyTagClassName
{
color: #C72062;
}
</style>
background-color css
<style>
a { background-color: #C72062; }
a { background-color: rgb(199,32,98); }
div.DivClassName
{
background-color: #C72062;
}
.BgClassName
{
background-color: #C72062;
}
</style>
border-color css
<style>
span { border-color: #C72062; }
span { border-color: rgb(199,32,98); }
td.TdClassName
{
border-color: #C72062;
}
.TagClassName
{
border-color: #C72062;
}
</style>