Shades of Ruby #CF0760
Tints of Ruby #CF0760
RGB
CMYK
RGB Variations
Color information
#CF0760 (or 0xCF0760) is known color: Ruby. HEX triplet: CF, 07 and 60. RGB value is (207,7,96). Sum of RGB (Red+Green+Blue) = 207+7+96=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0760 is #30F89F. Grayscale: #4C4C4C. Windows color (decimal): -3209376 or 6293455. OLE color: 6293455.
HSL color Cylindrical-coordinate representation of color #CF0760: hue angle of 333.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF0760 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 7 | 96 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.19 |
| HSL | 333.3º | 0.93% | 0.42% | - |
| HSV(B) | 333.3º | 0.97% | 0.81% | - |
| XYZ | 27.92 | 14.26 | 12.35 | - |
| YUV | 76.95 | 138.76 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 7 | 96 | 0 | 0.97 | 0.54 | 0.19 | 333.3 | 0.93 | 0.42 |
| Hex | CF | 7 | 60 | 0 | 61 | 36 | 13 | 14D | 5D | 2A |
| Octal | 317 | 7 | 140 | 0 | 141 | 66 | 23 | 515 | 135 | 52 |
| Binary | 11001111 | 111 | 1100000 | 0 | 1100001 | 110110 | 10011 | 101001101 | 1011101 | 101010 |
Color Harmonies of #CF0760
Complementary color
Monochromatic Colors of #CF0760
Black with #CF0760
Text Example
Text Example
White with #CF0760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0760; }
p { color: rgb(207,7,96); }
H1.HeaderClassName
{
color: #CF0760;
}
.AnyTagClassName
{
color: #CF0760;
}
</style>
background-color css
<style>
a { background-color: #CF0760; }
a { background-color: rgb(207,7,96); }
div.DivClassName
{
background-color: #CF0760;
}
.BgClassName
{
background-color: #CF0760;
}
</style>
border-color css
<style>
span { border-color: #CF0760; }
span { border-color: rgb(207,7,96); }
td.TdClassName
{
border-color: #CF0760;
}
.TagClassName
{
border-color: #CF0760;
}
</style>